mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-28 06:38:39 -06:00
update text and verbiage
This commit is contained in:
@@ -38,8 +38,6 @@ export default function ServerAddress({
|
||||
|
||||
const useServerMutation = useMutation({
|
||||
mutationFn: async () => {
|
||||
console.debug(`Connecting to ${useHttps ? https : http}${serverAddress}`)
|
||||
|
||||
const jellyfin = new Jellyfin(JellyfinInfo)
|
||||
|
||||
if (!serverAddress) throw new Error('Server address was empty')
|
||||
|
||||
@@ -40,7 +40,7 @@ const GitUpdateModal = () => {
|
||||
// Alert.alert('Clone project faile .d!', msg)
|
||||
},
|
||||
onCloneSuccess() {
|
||||
Alert.alert('Clone project success!', 'Restart to apply the changes', [
|
||||
Alert.alert('Jellify has been updated!', 'Restart to apply the changes', [
|
||||
{ text: 'OK', onPress: () => hotUpdate.resetApp() },
|
||||
{ text: 'Cancel', style: 'cancel' },
|
||||
])
|
||||
@@ -50,7 +50,7 @@ const GitUpdateModal = () => {
|
||||
// Alert.alert('Pull project failed!', msg)
|
||||
},
|
||||
onPullSuccess() {
|
||||
Alert.alert('Pull project success!', 'Restart to apply the changes', [
|
||||
Alert.alert('Jellify has been updated!', 'Restart to apply the changes', [
|
||||
{ text: 'OK', onPress: () => hotUpdate.resetApp() },
|
||||
{ text: 'Cancel', style: 'cancel' },
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user