fix: sider
This commit is contained in:
parent
7585a26d43
commit
a97c71f3b5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ frappe.ready(function() {
|
|||
callback: (data) => {
|
||||
if (data.message) {
|
||||
const intro_wrapper = $('#introduction .ql-editor.read-mode');
|
||||
const sla_description = __("Note: Your request for account deletion will be fulfilled within {0} days.", [data.message])
|
||||
const sla_description = __("Note: Your request for account deletion will be fulfilled within {0} days.", [data.message]);
|
||||
const sla_description_wrapper = `<br><b>${sla_description}</b>`;
|
||||
intro_wrapper.html(intro_wrapper.html() + sla_description_wrapper);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue