Skip to content

Commit

Permalink
Merge pull request #16980 from nextcloud/bugfix/16878/change_button_l…
Browse files Browse the repository at this point in the history
…abel

Change the save credentials button label
  • Loading branch information
rullzer authored Sep 4, 2019
2 parents ab2a8ba + fc83ca7 commit 739e25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ table.grid td.date {
text-align: right;
}
select:nth-child(2),
input {
input:not([type='button']) {
width: 143px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings/templates/settings/admin/additional-mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
value="<?php p($_['mail_smtpname']) ?>" />
<input type="text" name="mail_smtppassword" id="mail_smtppassword" autocomplete="off"
placeholder="<?php p($l->t('SMTP Password'))?>" value="<?php p($_['mail_smtppassword']) ?>" />
<input id="mail_credentials_settings_submit" type="button" value="<?php p($l->t('Store credentials')) ?>">
<input id="mail_credentials_settings_submit" type="button" value="<?php p($l->t('Save')) ?>">
</p>
</form>

Expand Down

0 comments on commit 739e25e

Please sign in to comment.