update text and verbiage

This commit is contained in:
Violet Caulfield
2025-05-16 03:54:34 -05:00
parent 2ab0ae6c6b
commit d68913c68c
2 changed files with 2 additions and 4 deletions

View File

@@ -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')

View File

@@ -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' },
])