Kaynağa Gözat

Copy-pasta: Generalise comment phrase (#469)

Mohammed Nafees 7 yıl önce
ebeveyn
işleme
f25eae0142

+ 1 - 1
src/plugins/Dropbox/index.js

@@ -39,7 +39,7 @@ module.exports = class Dropbox extends Plugin {
 
 
   install () {
   install () {
     this.view = new View(this)
     this.view = new View(this)
-    // Set default state
+    // Set default state for Dropbox
     this.setPluginState({
     this.setPluginState({
       authenticated: false,
       authenticated: false,
       files: [],
       files: [],

+ 1 - 1
src/plugins/Instagram/index.js

@@ -39,7 +39,7 @@ module.exports = class Instagram extends Plugin {
     this.view = new View(this, {
     this.view = new View(this, {
       viewType: 'grid'
       viewType: 'grid'
     })
     })
-    // Set default state for Google Drive
+    // Set default state for Instagram
     this.setPluginState({
     this.setPluginState({
       authenticated: false,
       authenticated: false,
       files: [],
       files: [],