fix(typo): Fix typo 'attachements' (#367)

* fix: Fix typo 'attachements'
* fix: Use original translation key for typo fix
This commit is contained in:
Chris
2025-04-29 14:50:29 +02:00
committed by GitHub
parent 3616e56289
commit 4ec3d2091a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2756,7 +2756,7 @@ Defaults to `inline` when unset.
|Show recipients or sender full email in mailboxes if set to `YES`. Default value is `NO`.
|U |SOGoMailHideInlineAttachments
|Hide attachements for inline images if set to `YES`. Default value is `NO`.
|Hide attachments for inline images if set to `YES`. Default value is `NO`.
|U |SOGoMailCustomFullName
+1 -1
View File
@@ -376,7 +376,7 @@
}
NS_HANDLER
{
[self logWithFormat: @"Error while parsing attachements for rendering bracket"];
[self logWithFormat: @"Error while parsing attachments for rendering bracket"];
}
NS_ENDHANDLER;
@@ -206,7 +206,7 @@
"Insert signature on reply" = "Insert signature on reply";
"Insert signature on forward" = "Insert signature on forward";
"Show recipients or sender full email in mailboxes" = "Show recipients or sender full email in mailboxes";
"Hide attachements for inline images" = "Hide attachements for inline images";
"Hide attachements for inline images" = "Hide attachments for inline images";
/* Base font size for messages composed in HTML */
"Default font size" = "Default font size";
@@ -716,7 +716,7 @@
ng-model="app.preferences.defaults.SOGoMailHideInlineAttachments"
ng-true-value="1"
ng-false-value="0"
label:aria-label="Hide attachements for inline images">
label:aria-label="Hide attachments for inline images">
<var:string label:value="Hide attachements for inline images"/>
</md-checkbox>
</div>