Skip to content

Commit 6c4a577

Browse files
committed
forgot translations
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent d2456e4 commit 6c4a577

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Listener/Text2Image/Text2ImageReferenceListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function handle(Event $event): void {
3838
if ($this->appConfig->getValueString(Application::APP_ID, 'text_to_image_picker_enabled', '1') === '1'
3939
&& $this->config->getUserValue($this->userId, Application::APP_ID, 'text_to_image_picker_enabled', '1') === '1') {
4040

41-
// Double check that atleast one provider is registered
41+
// Double check that at least one provider is registered
4242
$availableTaskTypes = $this->taskProcessingManager->getAvailableTaskTypes();
4343
$textToImageAvailable = array_key_exists(TextToImage::ID, $availableTaskTypes);
4444
if ($textToImageAvailable) {

lib/Listener/Text2Image/Text2StickerListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function handle(Event $event): void {
3838
if ($this->appConfig->getValueString(Application::APP_ID, 'text_to_sticker_picker_enabled', '1') === '1'
3939
&& $this->config->getUserValue($this->userId, Application::APP_ID, 'text_to_sticker_picker_enabled', '1') === '1') {
4040

41-
// Double check that atleast one provider is registered
41+
// Double check that at least one provider is registered
4242
$availableTaskTypes = $this->taskProcessingManager->getAvailableTaskTypes();
4343
$textToImageAvailable = array_key_exists(TextToImage::ID, $availableTaskTypes);
4444
if ($textToImageAvailable) {

src/stickerGeneration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ registerCustomPickerElement('assistant_sticker_generation', async (el, { provide
1313
ImageResultCustomPickerElement,
1414
{
1515
inputs: {
16-
input: 'cartoon, neutral background, sticker of ',
16+
input: t('cartoon, neutral background, sticker of '),
1717
},
1818
providerId,
1919
accessible,

0 commit comments

Comments
 (0)