Fix cannot copy & paste base64 image as inline image in composer web
This commit is contained in:
@@ -4159,13 +4159,13 @@ class AppLocalizations {
|
||||
}
|
||||
|
||||
String get emptySpamFolderFailed {
|
||||
return Intl.message(''
|
||||
return Intl.message(
|
||||
'Empty spam folder failed',
|
||||
name: 'emptySpamFolderFailed');
|
||||
}
|
||||
|
||||
String get markAsSpamFailed {
|
||||
return Intl.message(''
|
||||
return Intl.message(
|
||||
'Mark as spam failed',
|
||||
name: 'markAsSpamFailed');
|
||||
}
|
||||
@@ -4176,4 +4176,10 @@ class AppLocalizations {
|
||||
name: 'canNotUploadFileToSignature'
|
||||
);
|
||||
}
|
||||
|
||||
String get thisImageCannotBePastedIntoTheEditor {
|
||||
return Intl.message(
|
||||
'This image cannot be pasted into the editor.',
|
||||
name: 'thisImageCannotBePastedIntoTheEditor');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user