Skip to content

Commit dad298c

Browse files
committed
fix: Rename mobile editing file creator name to leave out "New" prefix
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 39b6fe2 commit dad298c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DirectEditing/TextDocumentCreator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function getId(): string {
3434
}
3535

3636
public function getName(): string {
37-
return $this->l10n->t('text document');
37+
return $this->l10n->t('Text document');
3838
}
3939

4040
public function getExtension(): string {

0 commit comments

Comments
 (0)