Skip to content

Commit

Permalink
Web: Fix badges titles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySafronov committed Jan 20, 2022
1 parent 6324300 commit b23ac1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion products/ASC.Files/Client/src/components/Badges.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Badges = ({
size={sizeBadge}
onClick={onFilesClick}
hoverColor="#3B72A7"
title={t("Common:EditButton")}
title={t("Common:FillFormButton")}
/>
)}
{(isEditing || isEditingWithFav) && (
Expand All @@ -85,6 +85,7 @@ const Badges = ({
size={sizeBadge}
onClick={onFilesClick}
hoverColor="#3B72A7"
title={t("Common:EditButton")}
/>
)}
{canConvert && !isTrashFolder && (
Expand Down

0 comments on commit b23ac1c

Please sign in to comment.