mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
[CHANGE] Extracted all strings into the Localizable.strings
This commit is contained in:
committed by
Joe Mattiello
parent
e733601c66
commit
4663c01700
@@ -138,7 +138,7 @@ struct AppDetailView: View {
|
||||
HStack {
|
||||
Spacer()
|
||||
Image(systemSymbol: .checkmarkSealFill)
|
||||
Text("Official App")
|
||||
Text(L10n.AppDetailView.Badge.official)
|
||||
Spacer()
|
||||
}
|
||||
.foregroundColor(.accentColor)
|
||||
@@ -148,7 +148,7 @@ struct AppDetailView: View {
|
||||
HStack {
|
||||
Spacer()
|
||||
Image(systemSymbol: .shieldLefthalfFill)
|
||||
Text("From Trusted Source")
|
||||
Text(L10n.AppDetailView.Badge.trusted)
|
||||
Spacer()
|
||||
}
|
||||
.foregroundColor(.accentColor)
|
||||
|
||||
Reference in New Issue
Block a user