Skip to content

Commit 1850144

Browse files
#7495 Adjust translations
1 parent 57e9f50 commit 1850144

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

classes/template/PKPTemplateManager.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ public function setupBackendPage()
10041004
});
10051005

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

@@ -1052,7 +1052,7 @@ public function setupBackendPage()
10521052
});
10531053

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

locale/en/dashboard.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,7 @@ msgid "dashboard.recommendOnly.onlyAllowedToRecommend"
318318
msgstr "Only allowed to recommend an editorial decision"
319319

320320
msgid "dashboard.workflow.reviewRoundN"
321-
msgstr "Review Round {$number}"
321+
msgstr "Review Round {$number}"
322+
323+
msgid "dashboard.startNewSubmission"
324+
msgstr "Start a New Submission"

0 commit comments

Comments
 (0)