This commit is contained in:
Javier Casares 2026-09-23 06:09:05 +00:00
commit 27ce69c2d2
9 changed files with 188 additions and 61 deletions

View file

@ -309,7 +309,7 @@ $compat_warnings = 0;
? $sub_text . ' @ ' . $bound_text . $count_txt
: $bound_text . $count_txt;
} elseif ( '' !== $count_txt ) {
$sub_text = '' !== $sub_text ? $sub_text . $count_txt : 'Subscribed' . $count_txt;
$sub_text = '' !== $sub_text ? $sub_text . $count_txt : __( 'Subscribed', 'robotstxt-manager' ) . $count_txt;
}
}