fix: Make strings translatable (#12877)

Make strings translatable.
This commit is contained in:
Ernesto Ruiz 2021-04-17 22:54:12 -06:00 committed by GitHub
parent 75822a323a
commit 2bf968e753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
});
}