Skip to content

Commit

Permalink
component: consolidate add to glossary label
Browse files Browse the repository at this point in the history
See #10969
  • Loading branch information
nijel committed Feb 13, 2024
1 parent fd9f0e8 commit 1cdbfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/trans/models/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -3744,7 +3744,7 @@ def get_language_alias(self, code):
@property
def get_add_label(self):
if self.is_glossary:
return gettext("Add new glossary term")
return gettext("Add term to glossary")
return gettext("Add new translation string")

def suggest_repo_link(self):
Expand Down

0 comments on commit 1cdbfcb

Please sign in to comment.