Skip to content

Commit f66268c

Browse files
authored
Rename "Meta terms" to "Tags" in message on submission edit (#4593)
Thanks!
1 parent 5e04e28 commit f66268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypha/apply/funds/views/submission_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def post(self, *args, **kwargs):
767767
"HX-Trigger": json.dumps(
768768
{
769769
"metaTermsUpdated": None,
770-
"showMessage": _("Meta terms updated successfully."),
770+
"showMessage": _("Tags updated successfully."),
771771
}
772772
),
773773
},

0 commit comments

Comments
 (0)