Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Jan 15, 2025
1 parent a1dbefd commit 30a877d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/AssetIndexesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function actionProcessIndexingSession(): Response
$assetIndexer->stopIndexingSession($indexingSession);
return $this->asFailure(data: [
'stop' => $sessionId,
'message' => Craft::t('app', 'There was an issue indexing assets.'),
'message' => Craft::t('app', 'There was a problem indexing assets.'),
]);
}

Expand Down
1 change: 1 addition & 0 deletions src/translations/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,7 @@
'There was a problem activating the user.' => 'There was a problem activating the user.',
'There was a problem deactivating the user.' => 'There was a problem deactivating the user.',
'There was a problem impersonating this user.' => 'There was a problem impersonating this user.',
'There was a problem indexing assets.' => 'There was a problem indexing assets.',
'There was a problem saving your message.' => 'There was a problem saving your message.',
'There was a problem sending the password reset email.' => 'There was a problem sending the password reset email.',
'There was a problem with uploading the file.' => 'There was a problem with uploading the file.',
Expand Down

0 comments on commit 30a877d

Please sign in to comment.