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