first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
2 changed files with 88 additions and 88 deletions
Showing only changes of commit 3754f09b2f - Show all commits

View File

@ -14,12 +14,10 @@
}}
type="button"
class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-base font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm">
Create User
{$_('create-user')}
</button>
</span>
<p class="mb-8 text-lg text-gray-500">
manage admin users
</p>
<p class="mb-8 text-lg text-gray-500">{$_('manage-admin-users')}</p>
<UsersOverview />
</section>
<AddUserModal bind:modal_open />

View File

@ -81,5 +81,7 @@
"tracks": "Tracks",
"users": "Users",
"welcome_wavinghand": "Welcome 👋",
"your_profile": "Your Profile"
"your_profile": "Your Profile",
"manage-admin-users": "manage admin users",
"create-user": "Create User"
}