From 111d7915a2b15a132e6641ce32c7e1a28c84a78d Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 2 Apr 2025 18:21:01 -0500 Subject: [PATCH] Update Customization --- Customization.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Customization.md b/Customization.md index 83a97e9..0a460b8 100644 --- a/Customization.md +++ b/Customization.md @@ -136,6 +136,7 @@ Bookface uses a number of CSS pseudo-elements to label buttons in the "Frio" the --add-photo-button-text: 'Add Photos'; --follow-button-text: 'Follow'; --save-button-text: 'Save'; +--new-message-text: 'New Message'; ``` Note that you need to escape single or double quotes and you **cannot** use HTML entities like ` ` or `&` etc. Any unicode characters should be fine, however. @@ -162,7 +163,8 @@ Let's say you added a style block like this to translate the labels into Danish: --attendmaybe-button-text: 'Måske'; --add-photo-button-text: 'Tilføj billeder'; --follow-button-text: 'Følge'; - --save-button-text: 'Spare'; + --save-button-text: 'Spare'; + --new-message-text: 'Ny Besked'; } ```