Skip to content
Snippets Groups Projects
Commit 86c65e98 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-7275: Fix typo in batch operation completion message.

Corrected an extra period in the success message displayed after batch updates. This ensures the message is properly formatted and improves clarity for end-users.
parent 2ded5167
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ function _references_block_titles_updates_batch_temp_storage(&$context) {
* about nodes and revisions processed during the batch operation.
*/
function _references_block_titles_updates_batch_end(&$context) {
$context['message'] = t('Successfully updated @nodes_updated/@nodes_processed. nodes', [
$context['message'] = t('Successfully updated @nodes_updated/@nodes_processed nodes', [
'@nodes_updated' => $context['results']['nodes_updated'],
'@nodes_processed' => $context['results']['nodes_processed'],
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment