mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 15:53:30 +01:00
[CHANGE] Extracted all strings into the Localizable.strings
This commit is contained in:
@@ -26,7 +26,7 @@ struct AppRowView: View {
|
||||
Text(app.name)
|
||||
.bold()
|
||||
|
||||
Text(storeApp?.developerName ?? "Sideloaded")
|
||||
Text(storeApp?.developerName ?? L10n.AppRowView.sideloaded)
|
||||
.font(.callout)
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user