Skip to content

Commit

Permalink
Updated wording when opening a partial Realm (#1063)
Browse files Browse the repository at this point in the history
* Updated wording when opening a partial Realm

* Update RELEASENOTES.md
  • Loading branch information
kraenhansen authored Jan 2, 2019
1 parent 269e91d commit e73847d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
## Fixed
- Fixed text rendering issue resulting in clipping of property name and types in the header of the browser window. It was only observed on Windows with high pixel density displays. ([#1059](https://github.com/realm/realm-studio/pull/1059), since v1.0.0)
- Fixed an issue where sidebars got resized when a window got resized despite the sidebar being collapsed. ([#1060](https://github.com/realm/realm-studio/pull/1060), since v2.7.0)
- Fixed potential issues from writing to partial Realms by opening them in a read-only mode. ([#1062](https://github.com/realm/realm-studio/pull/1062) & [#1063](https://github.com/realm/realm-studio/pull/1063), since v1.0.0)

## Internals
- Fixed the Dockerfile used when testing PRs. ([#1057](https://github.com/realm/realm-studio/pull/1057))
- Removing all existing and future unused locals. ([#1058](https://github.com/realm/realm-studio/pull/1058))
- Ensuring users open partial Realms in a read-only mode. ([#1062](https://github.com/realm/realm-studio/pull/1062))
2 changes: 1 addition & 1 deletion src/ui/ServerAdministration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class ServerAdministrationContainer
electron.remote.getCurrentWindow(),
{
message:
'You are opening a partial Realm created for a specific device. To ensure other divices do not write to this it will be opened in read-only mode.',
'You are opening a partial Realm created for a specific client. You can only browse the content in read-only mode.',
checkboxLabel: 'Don´t show this again',
buttons: ['Open as read-only'],
},
Expand Down

0 comments on commit e73847d

Please sign in to comment.