mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 00:00:26 +00:00
Replace the add issue link with getting help
This commit is contained in:
parent
5baa84a560
commit
51df4c27be
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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": {
|
||||||
|
@ -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],
|
||||||
|
Loading…
Reference in New Issue
Block a user