Explorar o código

update/apply tooltip (#4116)

d-g-town %!s(int64=2) %!d(string=hai) anos
pai
achega
4bebb4c410
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/main/home/sidebar/ProjectButton.tsx

+ 1 - 1
dashboard/src/main/home/sidebar/ProjectButton.tsx

@@ -62,7 +62,7 @@ const ProjectButton: React.FC<PropsType> = (props) => {
 
         {(user.isPorterUser && currentProject.simplified_view_enabled) ?
           <Tooltip
-            content={`Porter Apps ${currentProject.validate_apply_v2 ? "V2" : "V1"}`}
+            content={`Porter Apps ${currentProject.validate_apply_v2 ? currentProject.beta_features_enabled ? "V2 (Update)" : "V2 (Apply)" : "V1"}`}
             position="right"
           >
             <MainSelector