From cc46de8f4623e610ad194029229508ac333d69a2 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Wed, 24 Jul 2019 20:04:27 +0200 Subject: [PATCH] s/discourse-staff-notes/discourse-user-notes (#7936) --- .travis.yml | 2 +- lib/plugin/metadata.rb | 2 +- script/plugin-translations.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16534a38cf7..c134e72cea6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ before_install: - git clone --depth=1 https://github.com/discourse/discourse-chat-integration.git plugins/discourse-chat-integration - git clone --depth=1 https://github.com/discourse/discourse-assign.git plugins/discourse-assign - git clone --depth=1 https://github.com/discourse/discourse-patreon.git plugins/discourse-patreon - - git clone --depth=1 https://github.com/discourse/discourse-staff-notes.git plugins/discourse-staff-notes + - git clone --depth=1 https://github.com/discourse/discourse-user-notes.git plugins/discourse-user-notes - git clone --depth=1 https://github.com/discourse/discourse-group-tracker - export PATH=$HOME/.yarn/bin:$PATH diff --git a/lib/plugin/metadata.rb b/lib/plugin/metadata.rb index 2dc8951602c..6de1a101ef0 100644 --- a/lib/plugin/metadata.rb +++ b/lib/plugin/metadata.rb @@ -60,7 +60,7 @@ class Plugin::Metadata "discourse-sitemap", "discourse-solved", "discourse-spoiler-alert", - "discourse-staff-notes", + "discourse-user-notes", "discourse-styleguide", "discourse-tooltips", "discourse-translator", diff --git a/script/plugin-translations.rb b/script/plugin-translations.rb index ce3c93819a7..3bcc5f936b2 100644 --- a/script/plugin-translations.rb +++ b/script/plugin-translations.rb @@ -28,7 +28,7 @@ class PluginTxUpdater 'discourse-patreon', 'discourse-saved-searches', 'discourse-solved', - 'discourse-staff-notes', + 'discourse-user-notes', 'discourse-voting' ]