@fuentis/phoenix-ui 0.0.9-alpha.313 → 0.0.9-alpha.314

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -852,7 +852,7 @@ class UserComponent {
852
852
  pRipple
853
853
  >
854
854
  <i class="pi pi-user-edit p-2" style="font-size: 1rem"></i>
855
- <span>{{ 'ACTION.EDIT_PROFILE' | translate }}</span>
855
+ <span>{{ 'ACTION.USER_PROFILE' | translate }}</span>
856
856
  </a>
857
857
 
858
858
  <p-divider class="p-0 m-0" />
@@ -947,7 +947,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
947
947
  pRipple
948
948
  >
949
949
  <i class="pi pi-user-edit p-2" style="font-size: 1rem"></i>
950
- <span>{{ 'ACTION.EDIT_PROFILE' | translate }}</span>
950
+ <span>{{ 'ACTION.USER_PROFILE' | translate }}</span>
951
951
  </a>
952
952
 
953
953
  <p-divider class="p-0 m-0" />