You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/bsf-analytics/class-bsf-analytics.php
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -213,10 +213,10 @@ public function option_notice() {
213
213
}
214
214
215
215
/* translators: %s product name */
216
-
$notice_string = __( 'Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. ' );
216
+
$notice_string = __( 'Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. ', 'custom-typekit-fonts' );
217
217
218
218
if ( is_multisite() ) {
219
-
$notice_string .= __( 'This will be applicable for all sites from the network.' );
219
+
$notice_string .= __( 'This will be applicable for all sites from the network.', 'custom-typekit-fonts' );
220
220
}
221
221
222
222
$language_dir = is_rtl() ? 'rtl' : 'ltr';
@@ -240,15 +240,15 @@ public function option_notice() {
0 commit comments