Explorar el Código

Adding "The" to the description

tags/v19.0.0RC2
Valdnet hace 4 años
padre
commit
8d21b5ef7c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      core/ajax/update.php

+ 1
- 1
core/ajax/update.php Ver fichero

@@ -228,7 +228,7 @@ if (\OCP\Util::needUpgrade()) {

if (!empty($disabledApps)) {
$eventSource->send('notice',
(string)$l->t('Following apps have been disabled: %s', [implode(', ', $disabledApps)]));
(string)$l->t('The following apps have been disabled: %s', [implode(', ', $disabledApps)]));
}
} else {
$eventSource->send('notice', (string)$l->t('Already up to date'));

Cargando…
Cancelar
Guardar