Skip to content

Commit

Permalink
chore: update translation source to use ellipsis (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Apr 29, 2024
1 parent 8fceead commit 1c00a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"message": "Start Tracks"
},
"Modal.GPSEnable.button.loading": {
"message": "Loading..."
"message": "Loading"
},
"Modal.GPSEnable.button.stop": {
"message": "Stop Tracks"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const m = defineMessages({
},
loadingButtonText: {
id: 'Modal.GPSEnable.button.loading',
defaultMessage: 'Loading...',
defaultMessage: 'Loading',
},
trackingDescription: {
id: 'Modal.GPSEnable.trackingDescription',
Expand Down

1 comment on commit 1c00a10

@expo
Copy link

@expo expo bot commented on 1c00a10 Apr 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

INVALID_EAS_JSON_ERROR: eas.json not found in the repository.

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

Please sign in to comment.