Skip to content

Commit

Permalink
fix: texts for dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abe-dev committed Jun 24, 2024
1 parent 435fd22 commit 844af21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const DatasetModal: React.FC<Props> = ({
icon="computer"
iconSize="50px"
text={t("Upload from your device")}
subtext={t("Supports CSV, JSON, GIS files")}
subtext={t("Supports CSV files")}
margin={56}
border="dashed"
borderColor={theme.classic.main.border}
Expand Down
2 changes: 1 addition & 1 deletion web/src/services/i18n/translations/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ sending...: 送信
Add Dataset: データセットを追加
Add dataset: データセットを追加
Upload from your device: アップロード
Supports CSV, JSON, GIS files: CSV, JSON, GISのファイルに対応
Supports CSV files: CSVのファイルに対応
Google Drive: Googleドライブ
Upload CSV file: CSVファイルをアップロード
Sorry, that service is unavailable at this time.: そのサービスはまだ利用できません。
Expand Down

0 comments on commit 844af21

Please sign in to comment.