Skip to content

Commit

Permalink
PLUGINS-6815
Browse files Browse the repository at this point in the history
  • Loading branch information
meteor-ec committed Nov 7, 2023
1 parent e14b2ea commit fbdd143
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/class-ec-store-admin-access.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function print_custom_user_profile_fields( $user ) {
?>
</label>
<?php if ( ! Ecwid_Config::is_wl() ) { ?>
<a href="https://support.ecwid.com/hc/en-us/articles/207101259?utm_source=wp-plugin#can-i-restrict-access-to-the-ecwid-admin-panel-to-certain-users-" target="_blank"><?php echo esc_html( __( 'More information', 'ecwid-shopping-cart' ) ); ?></a>
<a href="https://support.ecwid.com/hc/en-us/articles/207101259#how-can-i-control-access-to-the-ecwid-admin-panel-for-certain-users-" target="_blank"><?php echo esc_html( __( 'More information', 'ecwid-shopping-cart' ) ); ?></a>
<?php } ?>
</td>
</tr>
Expand Down
Binary file modified languages/ecwid-shopping-cart-ru_RU.mo
Binary file not shown.
9 changes: 9 additions & 0 deletions languages/ecwid-shopping-cart-ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,15 @@ msgstr "Чтобы добавить магазин на сайт, введите
msgid "Unfortunately, creating a new account is currently unavailable for your country. You can still connect an existing account."
msgstr "К сожалению, создание новой учетной записи в настоящее время недоступно для вашей страны. Вы можете подключить существующую учетную запись."

msgid "Access to %s Control Panel"
msgstr "Доступ к панели управления %s"

msgid "Allow this user to access the %s Control Panel."
msgstr "Разрешить этому пользователю доступ к панели управления %s."

msgid "More information"
msgstr "Подробнее"

#. Plugin URI of the plugin/theme
#. Author URI of the plugin/theme
msgid "http://www.ecwid.com?source=wporg"
Expand Down
2 changes: 1 addition & 1 deletion templates/admin-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<?php if ( @$show_reconnect && Ecwid_Config::should_show_reconnect_in_footer() ) { ?>
<div class="ecwid-admin-footer-block">
<h4 class="ecwid-admin-footer-title">Store ID <?php echo esc_html( get_ecwid_store_id() ); ?></h4>
<h4 class="ecwid-admin-footer-title"><?php echo __( 'Store ID', 'ecwid-shopping-cart' ); ?> <?php echo esc_html( get_ecwid_store_id() ); ?></h4>
<div class="ecwid-admin-footer-text">
<?php echo esc_html( sprintf( __( 'Want to connect another %s store?', 'ecwid-shopping-cart' ), Ecwid_Config::get_brand() ) ); ?>
<?php echo wp_kses_post( sprintf( __( '<a %s>Reconnect</a>', 'ecwid-shopping-cart' ), 'href="' . Ecwid_Admin::get_dashboard_url() . '&reconnect"' ) ); ?>
Expand Down

0 comments on commit fbdd143

Please sign in to comment.