Skip to content

Commit

Permalink
Merge pull request #3 from reearth/fix/dataset_modal
Browse files Browse the repository at this point in the history
fix(web): Misleading text on Add dataset modal
  • Loading branch information
airslice authored Jul 9, 2024
2 parents d8feb46 + 2e78e31 commit e35baea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ sending...: sending...
Add Dataset: Add Dataset
Add dataset: Add dataset
Upload from your device: Upload from your device
Supports CSV, JSON, GIS files: Supports CSV, JSON, GIS files
Supports CSV files: Supports CSV files
Google Drive: Google Drive
Upload CSV file: Upload CSV file
Sorry, that service is unavailable at this time.: Sorry, that service is unavailable at this time.
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 e35baea

Please sign in to comment.