Update form_sidebar.js
make follow and unfollow translatable
This commit is contained in:
parent
a9763ae9e0
commit
1f2c655853
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ frappe.ui.form.Sidebar = class {
|
|||
if (follow == null) {
|
||||
follow = this.frm.get_docinfo().is_document_followed;
|
||||
}
|
||||
this.follow_button.text(follow ? "Unfollow" : "Follow");
|
||||
this.follow_button.text(follow ? __("Unfollow") : __("Follow"));
|
||||
}
|
||||
|
||||
refresh_like() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue