Skip to content

Commit c712c96

Browse files
authored
Merge pull request #525 from nextcloud/feat/add-mail-strings
Feat: add strings for new mail tools
2 parents 962c3bd + d3e21c2 commit c712c96

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/Service/AssistantService.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public function __construct(
127127
'get_folder_tree' => $this->l10n->t('Nextcloud Files'),
128128
'get_form_details' => $this->l10n->t('Get form details'),
129129
'get_form_responses' => $this->l10n->t('Get form responses'),
130-
'get_mail_account_list' => $this->l10n->t('Nextcloud Mail'),
131130
'get_osm_link' => $this->l10n->t('OpenStreetMap'),
132131
'get_osm_route' => $this->l10n->t('OpenStreetMap'),
133132
'get_public_transport_route_for_coordinates' => $this->l10n->t('HERE Public transport API'),
@@ -151,6 +150,9 @@ public function __construct(
151150
'schedule_event' => $this->l10n->t('Nextcloud Calendar'),
152151
'search_bookmarks' => $this->l10n->t('Search bookmarks'),
153152
'send_email' => $this->l10n->t('Nextcloud Mail'),
153+
'get_mail_account_list' => $this->l10n->t('Nextcloud Mail'),
154+
'get_mail_folder_list' => $this->l10n->t('Nextcloud Mail'),
155+
'list_mails' => $this->l10n->t('Nextcloud Mail'),
154156
'send_message_to_conversation' => $this->l10n->t('Nextcloud Talk'),
155157
'share_with_circle' => $this->l10n->t('Nextcloud Teams'),
156158
'share_with_group' => $this->l10n->t('Share with group'),

0 commit comments

Comments
 (0)