From 3932275a1f23cd88f074d09d2605457a9073ba4c Mon Sep 17 00:00:00 2001 From: Calvin Lee Date: Fri, 23 Jun 2023 15:57:04 +0000 Subject: [PATCH] fix: [code-477]: fix text in rename file history (#159) --- web/src/i18n/strings.en.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/i18n/strings.en.yaml b/web/src/i18n/strings.en.yaml index c616fb4af..5511f0008 100644 --- a/web/src/i18n/strings.en.yaml +++ b/web/src/i18n/strings.en.yaml @@ -424,8 +424,8 @@ fileTooLarge: File is too large to open. {download} clickHereToDownload: Click here to download. viewFile: View the file at this point in the history viewRepo: View the repository at this point in the history -hideCommitHistory: Hide Rename History for {{file}} -showCommitHistory: Show Rename History for {{file}} +hideCommitHistory: Renamed from {{file}} - Hide History +showCommitHistory: Renamed from {{file}} - Show History noReviewers: No Reviewers assignPeople: Assign people add: Add +