Update ente.io/faq => help.ente.io where possible (#1199)

On desktop, now there Help menu will have an "Ente Help" option instead
of "FAQ".

<img width="222" alt="Screenshot 2024-03-25 at 19 35 33"
src="https://github.com/ente-io/ente/assets/24503581/f061419d-7587-4438-b055-927a9cc8f42f">

The only place remaining after this is the sidebar on mobile
(`support_section_widget.dart`), but I wasn't sure of what string to use
(and how to add it to the localized strings for mobile) so I've left it
unchanged.
This commit is contained in:
Vishnu Mohandas 2024-03-25 19:55:54 +05:30 committed by GitHub
commit a6cb9023bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

@ -187,8 +187,8 @@ export async function buildMenuBar(mainWindow: BrowserWindow): Promise<Menu> {
label: "Help",
submenu: [
{
label: "FAQ",
click: () => shell.openExternal("https://ente.io/faq/"),
label: "Ente Help",
click: () => shell.openExternal("https://help.ente.io/photos/"),
},
{ type: "separator" },
{

View file

@ -255,7 +255,7 @@ class ReferralWidget extends StatelessWidget {
context,
WebPage(
S.of(context).faq,
"https://ente.io/faq/general/referral-program",
"https://help.ente.io/photos/features/referral-program/",
),
);
},

View file

@ -150,7 +150,7 @@ class AccountSectionWidget extends StatelessWidget {
trailingIconIsMuted: true,
onTap: () async {
// ignore: unawaited_futures
launchUrlString("https://ente.io/faq/migration/out-of-ente/");
launchUrlString("https://help.ente.io/photos/migration/export/");
},
),
sectionOptionSpacing,

View file

@ -302,7 +302,7 @@
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://ente.io/about">About</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://ente.io/faq">FAQ</a>
href="https://help.ente.io/">Help</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://twitter.com/enteio">Twitter</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"

View file

@ -214,7 +214,7 @@
<div
style="font-family: inherit; text-align: inherit">
<span
style="font-family: helvetica, sans-serif">If you still have data stored in ente, we encourage you to follow the steps outlined here to export your data: <a href="https://ente.io/faq/migration/out-of-ente">ente.io/faq/migration/out-of-ente</a>.</span>
style="font-family: helvetica, sans-serif">If you still have data stored in ente, we encourage you to follow the steps outlined here to export your data: <a href="https://help.ente.io/photos/migration/export/">help.ente.io/photos/migration/export</a>.</span>
</div>
<div
style="font-family: inherit; text-align: inherit">

View file

@ -253,7 +253,7 @@
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://ente.io/about">About</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://ente.io/faq">FAQ</a>
href="https://help.ente.io/">Help</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://twitter.com/enteio">Twitter</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"

View file

@ -417,7 +417,7 @@
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://ente.io/about">About</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://ente.io/faq">FAQ</a>
href="https://help.ente.io/">Help</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"
href="https://twitter.com/enteio">Twitter</a>
<a style="color: grey; font-size: 14px; margin-left: 12px;"