Make dropdowns (selects) searchable feature/91-searchable_dropdowns #97

Merged
niggl merged 35 commits from feature/91-searchable_dropdowns into dev 2021-03-17 16:05:21 +00:00
Showing only changes of commit 88ad64f113 - Show all commits

View File

@ -311,5 +311,8 @@
"you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉",
"zip-postal-code": "ZIP/ postal code",
"search-for-runner-by-name-or-id": "Search for runner (by name or id)",
"no-runners-found": "No runners found"
"no-runners-found": "No runners found",
"search-for-an-organization-by-name-or-id": "Search for an organization (by name or id)",
"no-organizations-found": "No organizations found",
"you-have-to-provide-an-organization": "You have to provide an organization"
}