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

@ -6,11 +6,11 @@
*/
?>
<h1>
<?php _e('We are almost there!', 'wp-ultimo'); ?>
<?php _e('We are almost there!', 'wp-multisite-waas'); ?>
</h1>
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-ultimo'); ?>
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-multisite-waas'); ?>
</p>
<div class="wu-mt-6 wu--mx-4">
@ -33,17 +33,17 @@
href="<?php echo esc_url(wu_network_admin_url('wp-ultimo-settings', ['tab' => 'integrations'])); ?>"
class="wu-self-center button button-large wu-float-left"
>
<?php _e('&larr; Cancel', 'wp-ultimo'); ?>
<?php _e('&larr; Cancel', 'wp-multisite-waas'); ?>
</a>
<span class="wu-self-center wu-content-center">
<button name="submit" value="0" class="button button-large">
<?php _e('Add manually', 'wp-ultimo'); ?>
<?php _e('Add manually', 'wp-multisite-waas'); ?>
</button>
<button name="submit" value="1" class="wu-ml-2 button button-primary button-large">
<?php _e('Add automatically', 'wp-ultimo'); ?>
<?php _e('Add automatically', 'wp-multisite-waas'); ?>
</button>
</span>