Fix missing str change in [0c3a3ae4] - 'updated' -> 'checked'

The json was updated but the actual usage was not.
This commit is contained in:
infiinte-persistence 2020-07-16 03:34:22 +08:00 committed by Sean Yesmunt
parent 8b8e02ba93
commit ff5518e421

View file

@ -36,7 +36,7 @@ export default function YoutubeBadge(props: Props) {
if (isVerified) {
const str =
includeSyncDate && lastYtSyncDate
? __('Official YouTube Creator - Last updated %time_ago%', { time_ago: DateTime.getTimeAgoStr(lastYtSyncDate) })
? __('Official YouTube Creator - Last checked %time_ago%', { time_ago: DateTime.getTimeAgoStr(lastYtSyncDate) })
: __('Official YouTube Creator');
return (
<div className="media__uri--right">