Web: Files: fixed link copied toast

This commit is contained in:
Viktor Fomin 2021-09-21 14:52:16 +03:00
parent 11935dc196
commit 3f2e615ad3
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
"EncryptedFileSaving": "Die verschlüsselte Datei wird gespeichert",
"Files": "Dateien",
"Folders": "Ordner",
"LinkCopySuccess": "Der Link wurde in die Zwischenablage kopiert",
"LinkCopySuccess": "Link kopiert",
"Move": "Verschieben",
"MoveToOperation": "Wird verschoben",
"OwnerChange": "Besitzer ändern",

View File

@ -12,7 +12,7 @@
"EncryptedFileSaving": "Saving encrypted file",
"Files": "Files",
"Folders": "Folders",
"LinkCopySuccess": "Link has been copied to the clipboard",
"LinkCopySuccess": "Link copied",
"Move": "Move",
"MoveToOperation": "Moving",
"OwnerChange": "Change owner",

View File

@ -12,7 +12,7 @@
"EncryptedFileSaving": "Сохранение зашифрованного файла",
"Files": "Файлы",
"Folders": "Папки",
"LinkCopySuccess": "Ссылка скопирована в буфер обмена",
"LinkCopySuccess": "Ссылка скопирована",
"Move": "Переместить",
"MoveToOperation": "Перемещение",
"OwnerChange": "Сменить владельца",

View File

@ -3,7 +3,7 @@ import IconButton from "@appserver/components/icon-button";
import Link from "@appserver/components/link";
import Row from "@appserver/components/row";
import Text from "@appserver/components/text";
import toastr from "studio/toastr";
import toastr from "@appserver/components/toast/toastr";
import copy from "copy-to-clipboard";
import LinkRow from "./linkRow";
import AccessComboBox from "./AccessComboBox";