mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
LDAP Wizard: l10ned Save button
This commit is contained in:
parent
3d6030b2ae
commit
8b3da23368
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="ldapSettingControls">
|
||||
<input class="ldap_submit" value="Save" type="submit">
|
||||
<input class="ldap_submit" value="<?php p($l->t('Save'));?>" type="submit">
|
||||
<button class="ldap_action_test_connection" name="ldap_action_test_connection">
|
||||
<?php p($l->t('Test Configuration'));?>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue