typos fixed
This commit is contained in:
parent
1cb87213d9
commit
f517d1ed71
@ -224,7 +224,7 @@ class CreateDatabase {
|
|||||||
|
|
||||||
private static function MessageResetPassword() : string {
|
private static function MessageResetPassword() : string {
|
||||||
return "Hello {{username}},<br>" .
|
return "Hello {{username}},<br>" .
|
||||||
"you requested a password reset on {{sitename}}. Please click on the following link to " .
|
"you requested a password reset on {{site_name}}. Please click on the following link to " .
|
||||||
"choose a new password. If this request was not intended, you can simply ignore the email. The Link is valid for one hour:<br><br>" .
|
"choose a new password. If this request was not intended, you can simply ignore the email. The Link is valid for one hour:<br><br>" .
|
||||||
"<a href=\"{{link}}\">{{link}}</a><br><br>" .
|
"<a href=\"{{link}}\">{{link}}</a><br><br>" .
|
||||||
"Best Regards<br>" .
|
"Best Regards<br>" .
|
||||||
|
2
js/admin.min.js
vendored
2
js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
@ -666,7 +666,7 @@ export default class Settings extends React.Component {
|
|||||||
let categoryUpdated = {...this.state[category], isSaving: false};
|
let categoryUpdated = {...this.state[category], isSaving: false};
|
||||||
|
|
||||||
if (!res.success) {
|
if (!res.success) {
|
||||||
alerts.push({title: "Error fetching settings", message: res.msg});
|
alerts.push({title: "Error saving settings", message: res.msg});
|
||||||
} else {
|
} else {
|
||||||
alerts.push({title: "Success", message: "Settings were successfully saved.", type: "success"});
|
alerts.push({title: "Success", message: "Settings were successfully saved.", type: "success"});
|
||||||
if (category === "mail") categoryUpdated.unsavedMailSettings = false;
|
if (category === "mail") categoryUpdated.unsavedMailSettings = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user