-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify settings for plugin, especially around URLs.
The original version of this plugin had settings designed for a world where users generally didn't need to set a Zulip server URL, but at this point they always do. So it makes sense to refactor the settings for this plugin to match how all of our other integrations work with prioritizing the server URL first and not separating port from the rest of the URL.
- Loading branch information
Showing
4 changed files
with
51 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
en: | ||
zulip_settings_header: Zulip Plugin Configuration | ||
zulip_settings_label_stream: Stream name | ||
zulip_settings_label_server: Server URL | ||
zulip_settings_label_port: Server Port | ||
zulip_settings_label_stream: Zulip stream | ||
zulip_settings_label_url: Zulip URL | ||
zulip_settings_label_email: Zulip Email | ||
zulip_settings_label_api_key: Zulip API key | ||
zulip_settings_label_projects: Projects | ||
field_zulip_email: Zulip Email | ||
field_zulip_api_key: Zulip API key | ||
field_zulip_stream: Stream name | ||
field_zulip_stream: Zulip stream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters