From c95e4ee78f4c9e3df2c01525de4ec58bf42f2883 Mon Sep 17 00:00:00 2001 From: oldkid Date: Tue, 18 Feb 2025 08:46:48 +0100 Subject: [PATCH] sekretaerbaer.de Anpassungen --- bookface_auto.css | 2 +- bookface_dark.css | 2 +- bookface_light.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index 81dfbf7..01923a1 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -22,7 +22,7 @@ /* LOCALIZE pseudo-element text below */ --sign-in-text: 'Sign-In'; - --compose-text: 'Compose'; + --compose-text: 'New Post'; --new-note-text: 'New Note'; --save-search-text: 'Save Search'; --follow-tag-text: 'Follow Tag'; diff --git a/bookface_dark.css b/bookface_dark.css index cd8e580..32fc588 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -22,7 +22,7 @@ /* LOCALIZE pseudo-element text below */ --sign-in-text: 'Sign-In'; - --compose-text: 'Compose'; + --compose-text: 'New Post'; --new-note-text: 'New Note'; --save-search-text: 'Save Search'; --follow-tag-text: 'Follow Tag'; diff --git a/bookface_light.css b/bookface_light.css index de006a4..c370a88 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -22,7 +22,7 @@ /* LOCALIZE pseudo-element text below */ --sign-in-text: 'Sign-In'; - --compose-text: 'Compose'; + --compose-text: 'New Post'; --new-note-text: 'New Note'; --save-search-text: 'Save Search'; --follow-tag-text: 'Follow Tag';