diff --git a/REUSE.toml b/REUSE.toml index 5c1e36c1011e5..5140e6c266414 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -282,7 +282,7 @@ SPDX-License-Identifier = "OFL-1.1" [[annotations]] path = "apps/settings/img/ai.svg" precedence = "aggregate" -SPDX-FileCopyrightText = "2019 GreenTurtwig " +SPDX-FileCopyrightText = "2018-2024 Google LLC" SPDX-License-Identifier = "Apache-2.0" [[annotations]] diff --git a/apps/settings/img/ai.svg b/apps/settings/img/ai.svg index 5d59fd6afe84d..d4056a05c34b5 100644 --- a/apps/settings/img/ai.svg +++ b/apps/settings/img/ai.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/apps/settings/lib/Sections/Admin/ArtificialIntelligence.php b/apps/settings/lib/Sections/Admin/ArtificialIntelligence.php index ab43dfd2eef02..2a300c260c032 100644 --- a/apps/settings/lib/Sections/Admin/ArtificialIntelligence.php +++ b/apps/settings/lib/Sections/Admin/ArtificialIntelligence.php @@ -29,7 +29,7 @@ public function getID(): string { } public function getName(): string { - return $this->l->t('Artificial Intelligence'); + return $this->l->t('Assistant'); } public function getPriority(): int { diff --git a/apps/settings/src/components/AdminAI.vue b/apps/settings/src/components/AdminAI.vue index 044ebd9183e5f..0d3e9154bb983 100644 --- a/apps/settings/src/components/AdminAI.vue +++ b/apps/settings/src/components/AdminAI.vue @@ -11,16 +11,17 @@ @update:modelValue="saveChanges"> {{ t('settings', 'Allow AI usage for guest users') }} +

{{ t('settings', 'Provider for Task types') }}

-