浏览代码

fix: Make strings translatable (#12877)

Make strings translatable.
version-14
Ernesto Ruiz 4 年前
committed by Suraj Shetty
父节点
当前提交
1d98651976
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/desk/doctype/notification_settings/notification_settings.js

+ 1
- 1
frappe/desk/doctype/notification_settings/notification_settings.js 查看文件

@@ -19,7 +19,7 @@ frappe.ui.form.on('Notification Settings', {

refresh: (frm) => {
if (frappe.user.has_role('System Manager')) {
frm.add_custom_button('Go to Notification Settings List', () => {
frm.add_custom_button(__('Go to Notification Settings List'), () => {
frappe.set_route('List', 'Notification Settings');
});
}


正在加载...
取消
保存