From b7c7eaf8d9d2a131c642ff9b2b0681047af5d1fe Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Wed, 25 Sep 2013 11:29:31 +0200 Subject: Add automember rebuild command to the web UI Design: http://www.freeipa.org/page/V3/Automember_rebuild_membership https://fedorahosted.org/freeipa/ticket/3928 --- install/ui/test/data/ipa_init.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 8e0b2a33..bac77962 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -14,10 +14,12 @@ }, "actions": { "apply": "Apply", - "confirm": "Are you sure you want to proceed with the action.", - "delete_confirm": "Are you sure you want to delete ${object}", - "disable_confirm": "Are you sure you want to disable ${object}", - "enable_confirm": "Are you sure you want to enable ${object}", + "automember_rebuild": "Rebuild auto membership", + "automember_rebuild_success": "Automember rebuild membership task completed", + "confirm": "Are you sure you want to proceed with the action?", + "delete_confirm": "Are you sure you want to delete ${object}?", + "disable_confirm": "Are you sure you want to disable ${object}?", + "enable_confirm": "Are you sure you want to enable ${object}?", "title": "Actions" }, "association": { -- cgit