Skip to content

Commit

Permalink
🌐 (LekaUpdater): Replace Launch Leka App by Launch My Leka Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Nov 13, 2023
1 parent 2236a9c commit 504387e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Apps/LekaUpdater/Resources/ll10n/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -690,13 +690,13 @@
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Launch Leka App 🚀"
"value" : "Launch My Leka Alpha 🚀"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Lancer Leka App 🚀"
"value" : "Lancer Mon Leka Alpha 🚀"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Apps/LekaUpdater/Sources/Localization.swift
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ extension l10n {

static let updateAnotherRobotButton = LocalizedString("update.finished.update_another_robot_button", value: "Update another robot", comment: "Update another robot button")

static let launchLekaAppButton = LocalizedString("update.finished.launch_leka_app_button", value: "Launch Leka App 🚀", comment: "Launch Leka app button")
static let launchLekaAppButton = LocalizedString("update.finished.launch_leka_app_button", value: "Launch My Leka Alpha 🚀", comment: "Launch Leka app button")

static let robotUpdatedSuccessfully = LocalizedString("update.finished.robot_updated_successfully", value: "Congrats! 🥳\nYour robot is now up-to-date 🎉", comment: "Robot updated successfully")
}
Expand Down

0 comments on commit 504387e

Please sign in to comment.