mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed hard-coded label in Find button.
The IPA.adder_dialog has been modified to use translated label for the Find button.
This commit is contained in:
@@ -427,7 +427,7 @@ IPA.adder_dialog = function (spec) {
|
||||
$('<input/>', {
|
||||
type: 'button',
|
||||
name: 'find',
|
||||
value: 'Find'
|
||||
value: IPA.messages.buttons.find
|
||||
}).appendTo(search_panel);
|
||||
|
||||
$('<input/>', {
|
||||
|
Reference in New Issue
Block a user