mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Validated -> Official
This commit is contained in:
parent
2b2753407f
commit
ae9b805f4e
2 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
"app_state": "Application state: ",
|
||||
"app_state_inprogress": "In progress",
|
||||
"app_state_notworking": "Not working",
|
||||
"app_state_validated": "Validated",
|
||||
"app_state_official": "Official",
|
||||
"app_state_working": "Working",
|
||||
"application": "Application",
|
||||
"applications": "Applications",
|
||||
|
@ -222,8 +222,8 @@
|
|||
"no_user_to_add": "No more users to add.",
|
||||
"non_compatible_api": "Non-compatible API",
|
||||
"ok": "OK",
|
||||
"only_validated_apps": "Only validated apps",
|
||||
"only_working_apps": "Only working apps",
|
||||
"only_official_apps": "Only official apps",
|
||||
"only_working_apps": "Only working apps",
|
||||
"open": "Open",
|
||||
"operations": "Operations",
|
||||
"os": "OS",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</button>
|
||||
<ul id="dropdownFilter" class="dropdown-menu" data-filter="isworking" role="menu">
|
||||
<li role="presentation" class="button dropdownFilter" data-filter="isworking"><a class="menu-item" role="menu-item" tabindex="-1">{{t 'only_working_apps'}}</a></li>
|
||||
<li role="presentation" class="button dropdownFilter" data-filter="validated"><a class="menu-item" role="menu-item" tabindex="-1">{{t 'only_validated_apps'}}</a></li>
|
||||
<li role="presentation" class="button dropdownFilter" data-filter="official"><a class="menu-item" role="menu-item" tabindex="-1">{{t 'only_official_apps'}}</a></li>
|
||||
<li role="presentation" class="button dropdownFilter" data-filter="*"><a class="menu-item" role="menu-item" tabindex="-1">{{t 'all_apps'}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue