Replace the add issue link with getting help

This commit is contained in:
Bill Thornton 2024-11-14 13:45:55 -05:00
parent 5baa84a560
commit 51df4c27be
3 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@ export default [
{ {
key: 'links-documentation', key: 'links-documentation',
name: 'links.documentation', name: 'links.documentation',
url: 'https://docs.jellyfin.org', url: 'https://jellyfin.org/docs/',
icon: { icon: {
name: getIconName('book'), name: getIconName('book'),
type: 'ionicon' type: 'ionicon'
@ -45,11 +45,11 @@ export default [
} }
}, },
{ {
key: 'links-issue', key: 'links-help',
name: 'links.issue', name: 'links.help',
url: 'https://github.com/jellyfin/jellyfin-expo/issues', url: 'https://jellyfin.org/docs/general/getting-help',
icon: { icon: {
name: getIconName('bug'), name: getIconName('help-buoy'),
type: 'ionicon' type: 'ionicon'
} }
} }

View File

@ -71,7 +71,7 @@
"documentation": "Documentation", "documentation": "Documentation",
"source": "Source Code", "source": "Source Code",
"translate": "Translate", "translate": "Translate",
"issue": "Report an Issue" "help": "Getting Help"
}, },
"alerts": { "alerts": {
"deleteServer": { "deleteServer": {

View File

@ -120,7 +120,7 @@ exports[`SettingsScreen should render correctly 1`] = `
}, },
"key": "links-documentation", "key": "links-documentation",
"name": "Documentation", "name": "Documentation",
"url": "https://docs.jellyfin.org", "url": "https://jellyfin.org/docs/",
}, },
Object { Object {
"icon": Object { "icon": Object {
@ -142,12 +142,12 @@ exports[`SettingsScreen should render correctly 1`] = `
}, },
Object { Object {
"icon": Object { "icon": Object {
"name": "ios-bug", "name": "ios-help-buoy",
"type": "ionicon", "type": "ionicon",
}, },
"key": "links-issue", "key": "links-help",
"name": "Report an Issue", "name": "Getting Help",
"url": "https://github.com/jellyfin/jellyfin-expo/issues", "url": "https://jellyfin.org/docs/general/getting-help",
}, },
], ],
"renderItem": [Function], "renderItem": [Function],