Merge pull request #15069 from mfxa/welcome_no_quick_start_guide

Welcome: Remove legacy name for the walkthrough
pull/15070/head
Michael Vogel 2025-08-03 20:47:02 +02:00 zatwierdzone przez GitHub
commit 9283f0927f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -32,9 +32,9 @@ class Welcome extends BaseModule
'$checklist' => DI::l10n()->t('New Member Checklist'),
'$description' => DI::l10n()->t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.'),
'$started' => DI::l10n()->t('Getting Started'),
'$quickstart_link' => DI::l10n()->t('Friendica Walk-Through'),
'$quickstart_txt' => DI::l10n()->t('On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.'),
'$started' => DI::l10n()->t('Getting Started'),
'$walkthrough_link' => DI::l10n()->t('Friendica Walk-Through'),
'$walkthrough_txt' => DI::l10n()->t('Complete the walk-through to get a quick overview of your profile and network tabs, establish new connections and find groups to join.'),
'$settings' => DI::l10n()->t('Settings'),
'$settings_link' => DI::l10n()->t('Go to Your Settings'),

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2025.07-rc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-08-03 18:01+0200\n"
"POT-Creation-Date: 2025-08-03 20:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -10933,7 +10933,7 @@ msgid "Friendica Walk-Through"
msgstr ""
#: src/Module/Welcome.php:37
msgid "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
msgid "Complete the walk-through to get a quick overview of your profile and network tabs, establish new connections and find groups to join."
msgstr ""
#: src/Module/Welcome.php:40

Wyświetl plik

@ -12,8 +12,8 @@
<h4>{{$started nofilter}}</h4>
<ul>
<li>
<a target="newmember" href="help/Quick-Start-guide">{{$quickstart_link}}</a><br />
{{$quickstart_txt nofilter}}
<a target="newmember" href="help/Quick-Start-guide">{{$walkthrough_link}}</a><br />
{{$walkthrough_txt nofilter}}
</li>
</ul>
<h4>{{$settings nofilter}}</h4>