From 423d73664bcb5292ca0718c8777cb54af6542902 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Fri, 21 Dec 2018 21:09:26 -0800 Subject: [PATCH] fix typo in translation override docs --- docs/docs/configuration/client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/client.rst b/docs/docs/configuration/client.rst index e79c1cb..5a49c7b 100644 --- a/docs/docs/configuration/client.rst +++ b/docs/docs/configuration/client.rst @@ -35,7 +35,7 @@ Additionally, you can override any translation string for any language by adding a `data-isso-` attribute that is equal to the translation key (found `here`__) with `-text-[lang]` appended to it. So, for example, if you want to override the english translation of the `postbox-notification` message, you could add -`data-isso-postbox-notification-lang-en="Select to be notified of replies to your comment"` +`data-isso-postbox-notification-text-en="Select to be notified of replies to your comment"` .. __: https://github.com/posativ/isso/blob/master/isso/js/app/i18n/en.js