Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/src/components/AppMenuActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const emit = defineEmits<{

/**
* Number of cells in the actions row, matching the column count of the app
* grid. Actions that do not fit move into the trailing "More actions" cell.
* grid. Actions that do not fit move into the trailing "More" cell.
*/
const ACTIONS_PER_ROW = 4

Expand All @@ -42,7 +42,7 @@ const overflowEntry: INavigationEntry = {
href: '',
icon: '',
type: 'action',
name: t('core', 'More actions'),
name: t('core', 'More'),
unread: 0,
}

Expand Down
Loading