From 5ce28487abad32709c74c2734f2c69946bb227b9 Mon Sep 17 00:00:00 2001 From: Gk40002148 Date: Thu, 19 May 2022 16:01:10 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=B3=E3=82=BB=E3=83=AB?= =?UTF-8?q?=E3=83=A9=E3=83=99=E3=83=AB=E3=81=AE=E3=82=AD=E3=83=BC=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AgileWorks/ShareExtension/View/ShareViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AgileWorks/ShareExtension/View/ShareViewController.swift b/AgileWorks/ShareExtension/View/ShareViewController.swift index 14e17af..b0be7d8 100644 --- a/AgileWorks/ShareExtension/View/ShareViewController.swift +++ b/AgileWorks/ShareExtension/View/ShareViewController.swift @@ -30,7 +30,7 @@ class ShareViewController: UITableViewController { //固定文言の表示 private func shareViewTranslation() { clientCertificateTitle.title = getDisplayString(key: "CertificateTitle", comment: "") - cancelButton.title = getDisplayString(key: "Cansell", comment: "") + cancelButton.title = getDisplayString(key: "Cancel", comment: "") importButton.title = getDisplayString(key: "Import", comment: "") passphraseLabel.text = getDisplayString(key: "Passphrase", comment: "") -- GitLab