String: Usual updates

This commit is contained in:
infiinte-persistence 2020-09-09 10:01:52 +08:00 committed by Sean Yesmunt
parent bba539f846
commit 8e76fee162
2 changed files with 3 additions and 1 deletions

View file

@ -946,6 +946,7 @@
"Signing in as %email%": "Signing in as %email%",
"Forgot Password?": "Forgot Password?",
"Use Magic Link": "Use Magic Link",
"Password updated successfully.": "Password updated successfully.",
"No recent publishes": "No recent publishes",
"Error Fetching Stats": "Error Fetching Stats",
"%follower_count_weekly_change% this week": "%follower_count_weekly_change% this week",
@ -1281,5 +1282,6 @@
"Most Commented Recent Content": "Most Commented Recent Content",
"%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week",
"Invite": "Invite",
"Remove File": "Remove File",
"--end--": "--end--"
}

View file

@ -28,7 +28,7 @@ function ModalRemoveFile(props: Props) {
return (
<Modal isOpen contentLabel={__('Confirm File Remove')} type="card" onAborted={closeModal}>
<Card
title="Remove File"
title={__('Remove File')}
subtitle={
<I18nMessage tokens={{ title: <cite>{`"${title}"`}</cite> }}>
Are you sure you'd like to remove %title% from LBRY?