Migrate more strings to translation keys (#11637)

This commit is contained in:
Michael Telatynski
2023-09-21 09:11:26 +01:00
committed by GitHub
parent fc9caa3269
commit d77b871769
107 changed files with 7689 additions and 6497 deletions

View File

@@ -119,7 +119,7 @@ const FileDropTarget: React.FC<IProps> = ({ parent, onFileDrop }) => {
className="mx_FileDropTarget_image"
alt=""
/>
{_t("Drop file here to upload")}
{_t("room|drop_file_prompt")}
</div>
);
}