diff --git a/README.md b/README.md index c8ca9681..2a35658b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Nextcloud assistant +# Nextcloud Assistant This app brings a user interface to use the Nextcloud text processing feature. diff --git a/appinfo/info.xml b/appinfo/info.xml index d705f1d7..71621285 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,7 +1,7 @@ assistant - Nextcloud assistant + Nextcloud Assistant Process and transform text factory->get(Application::APP_ID)->t('Nextcloud assistant'); + return $this->factory->get(Application::APP_ID)->t('Nextcloud Assistant'); } /** diff --git a/package.json b/package.json index d22cdb36..0467b21a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "assistant", "version": "0.0.1", - "description": "Nextcloud assistant", + "description": "Nextcloud Assistant", "main": "index.js", "directories": { "test": "tests" diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index 3f83b8af..55bfa9f9 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -2,7 +2,7 @@