Skip to content

Commit 8e337dc

Browse files
committed
Adjust capitalisation on links
1 parent 8a78287 commit 8e337dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/already-logged-in.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<div class="wpum-already-logged-in wpum-message info">
2424
<p><?php printf( __( 'You are currently logged in as %s.', 'wp-user-manager' ), $current_user->display_name );?>
25-
<a href="<?php echo esc_url( get_permalink( wpum_get_core_page_id( 'profile' ) ) ); ?>"><?php esc_html_e( 'View Profile', 'wp-user-manager' ); ?></a> |
25+
<a href="<?php echo esc_url( get_permalink( wpum_get_core_page_id( 'profile' ) ) ); ?>"><?php esc_html_e( 'View profile', 'wp-user-manager' ); ?></a> |
2626
<a href="<?php echo esc_url( get_permalink( wpum_get_core_page_id( 'account' ) ) ); ?>"><?php esc_html_e( 'Account settings', 'wp-user-manager' ); ?></a> |
27-
<a href="<?php echo esc_url( wp_logout_url() ); ?>"><?php esc_html_e( 'Logout', 'wp-user-manager' ); ?> &raquo;</a></p>
27+
<a href="<?php echo esc_url( wp_logout_url() ); ?>"><?php esc_html_e( 'Log out', 'wp-user-manager' ); ?> &raquo;</a></p>
2828
</div>

0 commit comments

Comments
 (0)