diff --git a/Reflect/Localizable.xcstrings b/Reflect/Localizable.xcstrings index c229dab..b02122c 100644 --- a/Reflect/Localizable.xcstrings +++ b/Reflect/Localizable.xcstrings @@ -17696,13 +17696,13 @@ "ja" : { "stringUnit" : { "state" : "translated", - "value" : "" + "value" : "THE" } }, "ko" : { "stringUnit" : { "state" : "translated", - "value" : "" + "value" : "THE" } }, "pt-BR" : { diff --git a/Shared/BGTask.swift b/Shared/BGTask.swift index 78a5191..7190a8d 100644 --- a/Shared/BGTask.swift +++ b/Shared/BGTask.swift @@ -39,7 +39,7 @@ class BGTask { do { try BGTaskScheduler.shared.submit(request) } catch { - print("Could not schedule image fetch: (error)") + print("Could not schedule image fetch: \(error)") } } }