From 3e1dcd609c45213d3a46fc3d0969f475c95266f8 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 6 Jan 2022 13:35:11 -0500 Subject: [PATCH] Restore default title dash --- l10n/phrases.go | 1 + 1 file changed, 1 insertion(+) diff --git a/l10n/phrases.go b/l10n/phrases.go index b1c10cb..21c3e23 100644 --- a/l10n/phrases.go +++ b/l10n/phrases.go @@ -38,4 +38,5 @@ var phrases = map[string]string{ "share modal title": "Share this post", "share": "share", "unpin": "unpin", + "title dash": "—", }