diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:51:22 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:51:22 -0300 |
commit | cba0246af95a47fed581e2239bcd7cede978b826 (patch) | |
tree | e44ad08ba204b45d4ee727595250e9c20a78405f /i18n/en.toml | |
parent | 6d88b28c14979059df16cec340de783d8b536c1c (diff) | |
download | hugo-bearcub-cba0246af95a47fed581e2239bcd7cede978b826.tar.gz hugo-bearcub-cba0246af95a47fed581e2239bcd7cede978b826.tar.bz2 |
Move to double quotes
Diffstat (limited to 'i18n/en.toml')
-rw-r--r-- | i18n/en.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |