diff --git a/Packages/GodPackage/Sources/OnboardFeature/Localizable.xcstrings b/Packages/GodPackage/Sources/OnboardFeature/Localizable.xcstrings index e23d1154..5b3ea3c9 100644 --- a/Packages/GodPackage/Sources/OnboardFeature/Localizable.xcstrings +++ b/Packages/GodPackage/Sources/OnboardFeature/Localizable.xcstrings @@ -64,12 +64,12 @@ } } }, - "By entering your age you agree to our Terms and Privacy Policy" : { + "By entering your age you agree to our [Terms](https://docs.godapp.jp/terms-of-use) and [Privacy Policy](https://docs.godapp.jp/privacy-policy)" : { "localizations" : { "ja" : { "stringUnit" : { "state" : "translated", - "value" : "年齢を選択すると利用規約とプライバシーポリシーに同意したものとします" + "value" : "年齢を選択すると[利用規約](https://docs.godapp.jp/terms-of-use)と[プライバシーポリシー](https://docs.godapp.jp/privacy-policy)に同意したものとします" } } } @@ -424,17 +424,6 @@ } } }, - "Username" : { - "extractionState" : "stale", - "localizations" : { - "ja" : { - "stringUnit" : { - "state" : "translated", - "value" : "ユーザーネーム" - } - } - } - }, "Usernames can only use Roman latters (a-z, A-Z), numbers, underscores and periods" : { "localizations" : { "ja" : { @@ -507,4 +496,4 @@ } }, "version" : "1.0" -} +} \ No newline at end of file diff --git a/Packages/GodPackage/Sources/OnboardFeature/Welcome.swift b/Packages/GodPackage/Sources/OnboardFeature/Welcome.swift index 535cb361..5a4555b2 100644 --- a/Packages/GodPackage/Sources/OnboardFeature/Welcome.swift +++ b/Packages/GodPackage/Sources/OnboardFeature/Welcome.swift @@ -88,7 +88,7 @@ public struct WelcomeView: View { VStack(spacing: 24) { ZStack { if case .none = viewStore.age { - Text("By entering your age you agree to our Terms and Privacy Policy", bundle: .module) + Text("By entering your age you agree to our [Terms](https://docs.godapp.jp/terms-of-use) and [Privacy Policy](https://docs.godapp.jp/privacy-policy)", bundle: .module) .frame(height: 54) .foregroundColor(Color.godTextSecondaryDark) .multilineTextAlignment(.center)