From 75ae62b04b5d479532da75c7f56b44b47f8e8f91 Mon Sep 17 00:00:00 2001 From: ihugo Date: Tue, 22 Sep 2020 10:28:17 +0800 Subject: [PATCH] bugfix: wrong zh-Hans text for the label for text field to enter card expiry --- .../Resources/Localizations/zh-Hans.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stripe/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/Stripe/Resources/Localizations/zh-Hans.lproj/Localizable.strings index 6fa419e6829..eab85b4c9ea 100644 --- a/Stripe/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/Stripe/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -161,7 +161,7 @@ "Loading…" = "正在加载……"; /* label for text field to enter card expiry */ -"MM/YY" = "年年/月月"; +"MM/YY" = "月月/年年"; /* Title for payment options section */ "MORE OPTIONS" = "更多选择";