summaryrefslogtreecommitdiffstats
path: root/install/static/associate.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/associate.js')
-rw-r--r--install/static/associate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/associate.js b/install/static/associate.js
index a25144ef9..be9ee582c 100644
--- a/install/static/associate.js
+++ b/install/static/associate.js
@@ -264,7 +264,7 @@ function ipa_association_widget(spec) {
$('<input/>', {
'type': 'button',
'name': 'remove',
- 'value': IPA.messages.button.delete
+ 'value': IPA.messages.button.remove
}).appendTo(buttons);
$('<input/>', {