Skip to content

Commit

Permalink
fix(updates): typos in tranlsation strings (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile authored Jan 8, 2025
1 parent e9bde29 commit a452129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/standalone/system/UpdateView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ async function fetchUpdatesStatus() {
error.value.notificationDescription = t('standalone.update.connection_error_description')
break
case 'maintenance':
error.value.notificationTitle = t('standalone.update.maintenance_mode')
error.value.notificationDescription = t('standalone.update.maintenance_mode_description')
error.value.notificationTitle = t('standalone.update.maintenance')
error.value.notificationDescription = t('standalone.update.maintenance_description')
break
case 'unauthorized':
error.value.notificationTitle = t('standalone.update.unauthorized')
Expand Down

0 comments on commit a452129

Please sign in to comment.