feat: Make naming of library items discoverable (#10041)

* updated library relevant strings

* fix: detect name changes

* clarify hashing function

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
zsviczian
2025-09-30 20:38:10 +02:00
committed by GitHub
parent 7c41944856
commit fde796a7a0
4 changed files with 24 additions and 6 deletions
@@ -518,7 +518,7 @@ const PublishLibrary = ({
</div>
<div className="publish-library__buttons">
<DialogActionButton
label={t("buttons.cancel")}
label={t("buttons.saveLibNames")}
onClick={onDialogClose}
data-testid="cancel-clear-canvas-button"
/>