Skip to content

Commit

Permalink
Merge pull request #30 from CityOfPhiladelphia/automated-translations
Browse files Browse the repository at this point in the history
update to use url with automated translations, lint fix
  • Loading branch information
m-atia authored Dec 19, 2023
2 parents 7b7a6f7 + cab9792 commit 08b5667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_BUCKET_URL=https://translated-endpoints-json.s3.amazonaws.com/
VUE_APP_BUCKET_URL=https://translated-endpoints-json.s3.amazonaws.com/prod/
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
title="search-bar"
class="search-field"
type="text"
:placeholder='$t("Search by title or keyword")'
:placeholder="$t('Search by title or keyword')"
>
<input
ref="archive-search-bar"
Expand Down

0 comments on commit 08b5667

Please sign in to comment.