Skip to content

Commit

Permalink
Update changelog and comment in config
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterleyW committed Dec 7, 2018
1 parent adc6ebe commit c9d6b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2018-XX-XX

* [change] Remove generic perUnit translations and replace them with specific night, day and unit translations depending on booking unit chosen in config.
[#970](https://github.com/sharetribe/flex-template-web/pull/970)
* [change] Update outdated dependencies.

**Note:** Updating Prettier caused multiple file changes mostly to .md files and compose setup.
Expand Down
5 changes: 2 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ const bookingProcessAlias = 'preauth-with-nightly-booking/release-1';
//
// Possible values: ['line-item/night', 'line-item/day', 'line-item/units';]
//
// Note: if you change this, many of the generic translations will
// still show information about nights. Make sure to go through the
// translations when the unit is changed.
// Note: translations will use different translation keys for night, day or unit
// depending on the value chosen.
const bookingUnitType = 'line-item/night';

// Should the application fetch available time slots (currently defined as
Expand Down

0 comments on commit c9d6b86

Please sign in to comment.