emillind / zulip

Zulip server - powerful open source team chat
https://zulip.org/
Other
0 stars 1 forks source link

Rename #subject -> #topic when composing a message #8

Closed emillind closed 6 years ago

emillind commented 6 years ago

In the compose.html the topic field when composing a message is identified by #subject. This is to be renamed to #topic. Will also entail a lot of changes deeper down in the hierarchy, for example in compose_state.js and compose_actions.js

This will also require updating some tests that use that specific HTML input field.

Requirement: FR1.4