account-widget.php 158B

12345678910111213141516
  1. <?php
  2. return [
  3. 'actions' => [
  4. 'logout' => [
  5. 'label' => '로그아웃',
  6. ],
  7. ],
  8. 'welcome' => '어서오세요',
  9. ];