diff options
author | Pavel Vomacka <pvomacka@redhat.com> | 2016-04-20 18:47:53 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-03 16:12:48 +0200 |
commit | 46e3245fdedbf88050fffa6039d176914c242418 (patch) | |
tree | 183b3d16c3d5c0944150e36da922e9cb7a3225dd /install/ui/test/data | |
parent | b71d1b431d7393187de162c4c0d921a2dc4b3a49 (diff) | |
download | freeipa-46e3245fdedbf88050fffa6039d176914c242418.tar.gz freeipa-46e3245fdedbf88050fffa6039d176914c242418.tar.xz freeipa-46e3245fdedbf88050fffa6039d176914c242418.zip |
Add option to stage user from details page
Add 'stage' option to the activity dropdown menu on preserved user details page.
https://fedorahosted.org/freeipa/ticket/5371
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-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 da401d415..a8ec850a8 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -548,6 +548,7 @@ "preserved_label": "Preserved users", "stage_confirm": "Are you sure you want to stage selected users?", "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_success": "${count} user(s) restored", "user_categories": "User categories", |