File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1004,7 +1004,7 @@ public function setupBackendPage()
1004
1004
});
1005
1005
1006
1006
$ viewsData ['newSubmission ' ] = [
1007
- 'name ' => __ ('author.submit.startHereTitle ' ),
1007
+ 'name ' => __ ('dashboard.startNewSubmission ' ),
1008
1008
'url ' => $ router ->url ($ request , null , 'submission ' )
1009
1009
];
1010
1010
@@ -1052,7 +1052,7 @@ public function setupBackendPage()
1052
1052
});
1053
1053
1054
1054
$ viewsData ['newSubmission ' ] = [
1055
- 'name ' => __ ('author.submit.startHereTitle ' ),
1055
+ 'name ' => __ ('dashboard.startNewSubmission ' ),
1056
1056
'url ' => $ router ->url ($ request , null , 'submission ' )
1057
1057
];
1058
1058
Original file line number Diff line number Diff line change @@ -318,4 +318,7 @@ msgid "dashboard.recommendOnly.onlyAllowedToRecommend"
318
318
msgstr "Only allowed to recommend an editorial decision"
319
319
320
320
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"
You can’t perform that action at this time.
0 commit comments