diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2016-08-22 14:45:14 +0200 |
|---|---|---|
| committer | Martin Babinsky <mbabinsk@redhat.com> | 2016-09-08 09:44:20 +0200 |
| commit | c3374c6e16a10e8780401c58c04dcf8d95ea1a4d (patch) | |
| tree | 18a52918bdf8197308ab79d9ad6a40ff20e16aab /install/ui/test | |
| parent | b232ad463cf43596cdf397e51469df13a89e83fa (diff) | |
| download | freeipa-c3374c6e16a10e8780401c58c04dcf8d95ea1a4d.tar.gz freeipa-c3374c6e16a10e8780401c58c04dcf8d95ea1a4d.tar.xz freeipa-c3374c6e16a10e8780401c58c04dcf8d95ea1a4d.zip | |
Add 'Restore' option to action dropdown menu
Also moving activate_action method several lines up - correcting logical order of methods.
https://fedorahosted.org/freeipa/ticket/5818
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'install/ui/test')
| -rw-r--r-- | install/ui/test/data/ipa_init.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index efaf6b649..6903f927a 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -592,6 +592,7 @@ "stage_success": "${count} users(s) staged", "stage_one_confirm": "Are you sure you want to stage ${object}?", "undel_confirm": "Are you sure you want to restore selected users?", + "undel_one_confirm": "Are you sure you want to restore ${object}?", "undel_success": "${count} user(s) restored", "user_categories": "User categories", }, |
