Skip to content

Commit

Permalink
Adjust text
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Jan 12, 2025
1 parent 595ed72 commit 92aac78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/entry/EntryModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ QVariant EntryModel::headerData(int section, Qt::Orientation orientation, int ro
case ParentGroup:
return tr("Group");
case ParentGroupPath:
return tr("Group full path");
return tr("Group Path");
case Title:
return tr("Title");
case Username:
Expand Down Expand Up @@ -422,7 +422,7 @@ QVariant EntryModel::headerData(int section, Qt::Orientation orientation, int ro
case ParentGroup:
return tr("Group name");
case ParentGroupPath:
return tr("Group full path");
return tr("Group Path");
case Title:
return tr("Entry title");
case Username:
Expand Down

0 comments on commit 92aac78

Please sign in to comment.