mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
(html) Clarify warning in mail composer
This commit is contained in:
@@ -321,6 +321,7 @@
|
||||
= "The messages could not be moved to the trash folder. Would you like to delete them immediately?";
|
||||
|
||||
/* Message editing */
|
||||
"Please specify a subject." = "Please specify a subject.";
|
||||
"error_missingsubject" = "The message has no subject. Are you sure you want to send it?";
|
||||
"error_missingrecipients" = "Please specify at least one recipient.";
|
||||
"Send Anyway" = "Send Anyway";
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
</label>
|
||||
<input type="text" name="subject" ng-model="editor.message.editable.subject" ng-required="true"/>
|
||||
<div ng-messages="messageForm.subject.$error">
|
||||
<div ng-message="required"><var:string label:value="error_missingsubject"/></div>
|
||||
<div ng-message="required"><var:string label:value="Please specify a subject."/></div>
|
||||
</div>
|
||||
</md-input-container>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user