소스 검색

i18n: Correct string

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet 2 년 전
부모
커밋
d5008af787
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Widget/Dashboard/DashboardWidgetView.swift

+ 1 - 1
Widget/Dashboard/DashboardWidgetView.swift

@@ -41,7 +41,7 @@ struct DashboardWidgetView: View {
                     Text(NSLocalizedString("_no_items_", comment: ""))
                         .font(.system(size: 25))
                         .padding()
-                    Text(NSLocalizedString("_check_back_late_", comment: ""))
+                    Text(NSLocalizedString("_check_back_later_", comment: ""))
                         .font(.system(size: 15))
                 }
                 .frame(width: geo.size.width, height: geo.size.height)