Skip to content

Commit b73efc9

Browse files
committed
Merge branch 'release/20.10.1'
2 parents a7fc1f2 + 4a6b067 commit b73efc9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [20.10.1] - 2020-10-01
8+
### Fixed
9+
- redundant wording for branded registries page title
10+
711
## [20.10.0] - 2020-09-30
812
### Added
913
- registry brand name to navbar
@@ -1665,7 +1669,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16651669
### Added
16661670
- Quick Files
16671671

1668-
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/20.9.1...develop
1672+
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/20.10.1...develop
1673+
[20.10.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.10.1
1674+
[20.10.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.10.0
16691675
[20.9.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.9.1
16701676
[20.9.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.9.0
16711677
[20.8.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{{title (concat this.model.name ' ' (t 'registries.branded.page_title'))replace=true}}
1+
{{title this.model.name replace=true}}
22
{{outlet}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-osf-web",
3-
"version": "20.10.0",
3+
"version": "20.10.1",
44
"description": "Ember front-end for the Open Science Framework",
55
"license": "Apache-2.0",
66
"author": "Center for Open Science <[email protected]>",

translations/en-us.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,6 @@ registries:
973973
application:
974974
page_title: 'OSF Registries'
975975
main_aria: 'Registries main content'
976-
branded:
977-
page_title: 'Registries'
978976
new:
979977
required: 'required'
980978
page_title: 'New Registration'

0 commit comments

Comments
 (0)