diff --git a/src/components/profile/file-input.tsx b/src/components/profile/file-input.tsx
index 5d8511b7..1315d7a5 100644
--- a/src/components/profile/file-input.tsx
+++ b/src/components/profile/file-input.tsx
@@ -42,7 +42,7 @@ export const FileInput = (props: Props) => {
sx={{ flex: "none" }}
onClick={() => inputRef.current?.click()}
>
- {t("Choose File")}
+ {t("components.profile.fileInput.chooseFile")}
(
- {t("Type")}
-