mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 09:36:09 +08:00
improve: add "Add/Edit signature" label to PopupsIdentity.html
This commit is contained in:
parent
11c616715d
commit
d97ccf0cfb
2 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,7 @@
|
|||
"TITLE_UPDATE_IDENTITY": "Update Identity?",
|
||||
"BUTTON_ADD_IDENTITY": "Add",
|
||||
"BUTTON_UPDATE_IDENTITY": "Update",
|
||||
"LABEL_SIGNATURE_ADD": "Add/Edit signature",
|
||||
"LABEL_SIGNATURE_INSERT_BEFORE": "Insert this signature before quoted text in replies"
|
||||
},
|
||||
"POPUPS_CREATE_FOLDER": {
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
</div>
|
||||
<hr>
|
||||
<div class="control-group g-ui-user-select-none">
|
||||
<h4 data-i18n="POPUPS_IDENTITY/LABEL_SIGNATURE_ADD"></h4>
|
||||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: {
|
||||
|
|
Loading…
Reference in a new issue