Skip to content

Commit

Permalink
pkp#7495 Adjust translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Oct 17, 2024
1 parent 57e9f50 commit 1850144
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions classes/template/PKPTemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ public function setupBackendPage()
});

$viewsData['newSubmission'] = [
'name' => __('author.submit.startHereTitle'),
'name' => __('dashboard.startNewSubmission'),
'url' => $router->url($request, null, 'submission')
];

Expand Down Expand Up @@ -1052,7 +1052,7 @@ public function setupBackendPage()
});

$viewsData['newSubmission'] = [
'name' => __('author.submit.startHereTitle'),
'name' => __('dashboard.startNewSubmission'),
'url' => $router->url($request, null, 'submission')
];

Expand Down
5 changes: 4 additions & 1 deletion locale/en/dashboard.po
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,7 @@ msgid "dashboard.recommendOnly.onlyAllowedToRecommend"
msgstr "Only allowed to recommend an editorial decision"

msgid "dashboard.workflow.reviewRoundN"
msgstr "Review Round {$number}"
msgstr "Review Round {$number}"

msgid "dashboard.startNewSubmission"
msgstr "Start a New Submission"

0 comments on commit 1850144

Please sign in to comment.