From cba0246af95a47fed581e2239bcd7cede978b826 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:51:22 -0300 Subject: Move to double quotes --- i18n/en.toml | 4 ++-- i18n/pt.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index 64671c0..b3704ba 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,5 +1,5 @@ [filtering-for] - other = 'Filtering for' + other = "Filtering for" [email-subject] - other = 'Reply to ' \ No newline at end of file + other = "Reply to " \ No newline at end of file diff --git a/i18n/pt.toml b/i18n/pt.toml index 476df2b..04d040b 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -1,5 +1,5 @@ [filtering-for] - other = 'Filtrando para' + other = "Filtrando para" [email-subject] - other = 'Resposta a ' \ No newline at end of file + other = "Resposta a " \ No newline at end of file -- cgit v1.2.3