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'; } ```