Skip to content

Commit

Permalink
chore(i18n): Improved grammar
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Aug 14, 2024
1 parent 7641e76 commit 6a3c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/newMenu/newFolder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const entry = {
async handler(context: Folder, content: Node[]) {
const name = await newNodeName(t('files', 'New folder'), content)
if (name === null) {
showInfo(t('files', 'Creating new folder cancelled'))
showInfo(t('files', 'New folder creation cancelled'))
return
}
try {
Expand Down

0 comments on commit 6a3c415

Please sign in to comment.