Skip to content

Commit

Permalink
Add 'experimental' to sync option
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Nov 13, 2018
1 parent 2dec161 commit 74873b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"syncWithGoogleDrive": {
"message": "Sync with Google Drive"
},
"experimental": {
"message": "experimental"
},
"permitDescription": {
"message": "You need to sign in to your Google Account and permit this extension to access your Google Drive."
},
Expand Down
3 changes: 3 additions & 0 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"syncWithGoogleDrive": {
"message": "Google ドライブで同期する"
},
"experimental": {
"message": "実験的"
},
"permitDescription": {
"message": "Google アカウントにログインし、Google ドライブへのアクセスを許可する必要があります。"
},
Expand Down
2 changes: 1 addition & 1 deletion options.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<div>
<details>
<summary>${_('syncWithGoogleDrive')}</summary>
<summary>${_('syncWithGoogleDrive')} (${_('experimental')})</summary>
<div class="container">
<div class="description">${_('permitDescription')}</div>
<div>
Expand Down

0 comments on commit 74873b2

Please sign in to comment.