mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Change text: Save to ownCloud (close #1503)
This commit is contained in:
parent
39ddb49cd6
commit
c7aa07506e
2 changed files with 2 additions and 1 deletions
|
|
@ -151,6 +151,7 @@ en:
|
|||
PGP_ENCRYPTED_MESSAGE_DESC: "OpenPGP encrypted message (click to decrypt)"
|
||||
LINK_DOWNLOAD_AS_ZIP: "Download as zip"
|
||||
LINK_SAVE_TO_OWNCLOUD: "Save to ownCloud"
|
||||
LINK_SAVE_TO_CLOUD: "Save to Cloud"
|
||||
LINK_SAVE_TO_DROPBOX: "Save to Dropbox"
|
||||
READ_RECEIPT:
|
||||
SUBJECT: "Return Receipt (displayed) - %SUBJECT%"
|
||||
|
|
|
|||
|
|
@ -413,7 +413,7 @@
|
|||
css: {'icon-cloud-up': !saveToOwnCloudLoading(), 'icon-spinner animated': saveToOwnCloudLoading()}"></i>
|
||||
|
||||
<span class="g-ui-link" data-bind="click: saveToOwnCloud">
|
||||
<span class="i18n" data-i18n="MESSAGE/LINK_SAVE_TO_OWNCLOUD"></span>
|
||||
<span class="i18n" data-i18n="MESSAGE/LINK_SAVE_TO_CLOUD"></span>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue