Skip to content

Commit 2092fa4

Browse files
committed
Add authentication success localization
Add two new localization entries to L10n/en.template for companion.py: a messagebox title "Authentication Successful" and a cAPI success body "Authentication with cAPI Successful.{CR}You may now close the Frontier login tab if it is still open." to display after successful authentication.
1 parent eda76f5 commit 2092fa4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

L10n/en.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
/* companion.py: Failed to get Access Token from Frontier Auth service; In files: companion.py:508; */
3434
"Error: unable to get token" = "Error: unable to get token";
3535

36+
/* companion.py: Messagebox title authentication successful; In files: companion.py:672; */
37+
"Authentication Successful" = "Authentication Successful";
38+
39+
/* companion.py: Messagebox body after successful CAPI authentication; In files: companion.py:676; */
40+
"Authentication with cAPI Successful.{CR}You may now close the Frontier login tab if it is still open." = "Authentication with cAPI Successful.{CR}You may now close the Frontier login tab if it is still open.";
41+
3642
/* EDMarketConnector.py: EDMC Critical Error Notification; */
3743
"EDMC encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!" = "EDMC encountered a critical error, and cannot recover. EDMC is shutting down for its own protection!";
3844

0 commit comments

Comments
 (0)