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 <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Jan 29, 2025
1 parent bd159b2 commit 3cefaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/TableTemplateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ private function makeStartupTable(Table $table):void {
$this->createRow($table, [
$columns['what']->getId() => $this->l->t('Read the docs'),
// TRANSLATORS: the link is formatted using markdown, the pattern is: [Title](URL)
$columns['how']->getId() => $this->l->t('If you want to go through the documentation, this can be found here: [Nextcloud Tables documentation](%s)', ['https://github.com/nextcloud/tables/wiki']),
$columns['how']->getId() => $this->l->t('If you want to go through the documentation, it can be found here: [Nextcloud Tables documentation](%s)', ['https://github.com/nextcloud/tables/wiki']),
$columns['ease']->getId() => 3,
$columns['done']->getId() => 'false',
]);
Expand Down

0 comments on commit 3cefaec

Please sign in to comment.