summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/src/Synchronization/DisplayGroupSynchronizationInfo.php')
-rw-r--r--MLEB/Translate/src/Synchronization/DisplayGroupSynchronizationInfo.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/MLEB/Translate/src/Synchronization/DisplayGroupSynchronizationInfo.php b/MLEB/Translate/src/Synchronization/DisplayGroupSynchronizationInfo.php
index 3eea143e..e86634c8 100644
--- a/MLEB/Translate/src/Synchronization/DisplayGroupSynchronizationInfo.php
+++ b/MLEB/Translate/src/Synchronization/DisplayGroupSynchronizationInfo.php
@@ -140,7 +140,7 @@ class DisplayGroupSynchronizationInfo {
'span',
[ 'class' => "{$wrapperClass}__sync-actions" ],
$this->localizer->msg( 'parentheses' )
- ->params( $groupResolveAction )->text()
+ ->rawParams( $groupResolveAction )->escaped()
)
);
@@ -196,7 +196,7 @@ class DisplayGroupSynchronizationInfo {
'span',
[ 'class' => "{$wrapperClass}__sync-actions" ],
$this->localizer->msg( 'parentheses' )
- ->params( $language->pipeList( $actions ) )->text()
+ ->rawParams( $language->pipeList( $actions ) )->escaped()
);
$output .= $this->getMessageInfoHtml( $message, $language );
@@ -245,7 +245,7 @@ class DisplayGroupSynchronizationInfo {
$this->localizer->msg( 'translate-smg-group-message-message-other-langs' )->text(),
implode(
$this->localizer->msg( 'comma-separator' )->text(),
- $message->getOtherLangs()
+ array_keys( $message->getOtherLangs() )
)
);
}