Fix missing str change in [0c3a3ae4
] - 'updated' -> 'checked'
The json was updated but the actual usage was not.
This commit is contained in:
parent
8b8e02ba93
commit
ff5518e421
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue