From 71aface8731d27fd1b7350c2e3cf248cd608a745 Mon Sep 17 00:00:00 2001 From: DBX12 Date: Mon, 21 Oct 2019 12:35:50 +0200 Subject: [PATCH] Fix copy&paste error in translation Fixed translation of `'Updated by' => 'Related to'` by changing it to `'Updated by' => 'Updated by'` --- messages/en/yii2mod.comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/en/yii2mod.comments.php b/messages/en/yii2mod.comments.php index a651b18..8f2cfd6 100644 --- a/messages/en/yii2mod.comments.php +++ b/messages/en/yii2mod.comments.php @@ -25,7 +25,7 @@ 'Status' => 'Status', 'Level' => 'Level', 'Created by' => 'Created by', - 'Updated by' => 'Related to', + 'Updated by' => 'Updated by', 'Related to' => 'Related to', 'Url' => 'Url', 'Created date' => 'Created date',