diff --git a/Reveil/Pages/AboutView.swift b/Reveil/Pages/AboutView.swift index c19b5cf..e36ed80 100644 --- a/Reveil/Pages/AboutView.swift +++ b/Reveil/Pages/AboutView.swift @@ -106,7 +106,7 @@ struct AboutView: View { .padding() } - Button(NSLocalizedString("EXPORT_DATA", comment: "Export Data")) { + Button(NSLocalizedString("SEND_DIAGNOSTIC_DATA", comment: "Send Diagnostic Data")) { let data = exportPropertyListData() let tempUrl = URL(fileURLWithPath: NSTemporaryDirectory()) .appendingPathComponent("ReveilExport_" + UUID().uuidString) diff --git a/Reveil/en.lproj/Localizable.strings b/Reveil/en.lproj/Localizable.strings index 602d24a..7d31c4b 100644 --- a/Reveil/en.lproj/Localizable.strings +++ b/Reveil/en.lproj/Localizable.strings @@ -271,9 +271,6 @@ /* Valid code signing status */ "EXPECTED_CODE_SIGNING_STATUS" = "Valid code signing status"; -/* Export Data */ -"EXPORT_DATA" = "Export Data"; - /* Faults */ "FAULTS" = "Faults"; @@ -853,6 +850,9 @@ /* Security */ "SECURITY" = "Security"; +/* Send Diagnostic Data */ +"SEND_DIAGNOSTIC_DATA" = "Send Diagnostic Data"; + /* Sent */ "SENT" = "Sent"; diff --git a/Reveil/zh-Hans.lproj/Localizable.strings b/Reveil/zh-Hans.lproj/Localizable.strings index 665739a..6b5fbc2 100644 --- a/Reveil/zh-Hans.lproj/Localizable.strings +++ b/Reveil/zh-Hans.lproj/Localizable.strings @@ -271,9 +271,6 @@ /* Valid code signing status */ "EXPECTED_CODE_SIGNING_STATUS" = "有效的代码签名状态"; -/* Export Data */ -"EXPORT_DATA" = "导出数据"; - /* Faults */ "FAULTS" = "错误"; @@ -853,6 +850,9 @@ /* Security */ "SECURITY" = "安全"; +/* Send Diagnostic Data */ +"SEND_DIAGNOSTIC_DATA" = "发送诊断数据"; + /* Sent */ "SENT" = "已发送";