Migrate more strings to translation keys (#11637)
This commit is contained in:
committed by
GitHub
parent
fc9caa3269
commit
d77b871769
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user