Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions

View File

@ -23,7 +23,7 @@ if ( ! defined('ABSPATH')) {
<div id="wu-your-site-block">
<small><?php _e('Your URL will be', 'wp-ultimo'); ?></small><br>
<small><?php _e('Your URL will be', 'wp-multisite-waas'); ?></small><br>
<?php
/**
@ -31,7 +31,7 @@ if ( ! defined('ABSPATH')) {
*/
$dynamic_part = '<strong id="wu-your-site" v-html="site_url ? site_url : \'yoursite\'">';
// This is used on the yoursite.network.com during sign-up
$dynamic_part .= $signup->results['blogname'] ?? __('yoursite', 'wp-ultimo');
$dynamic_part .= $signup->results['blogname'] ?? __('yoursite', 'wp-multisite-waas');
$dynamic_part .= '</strong>';
$site_url = preg_replace('#^https?://#', '', WU_Signup()->get_site_url_for_previewer());