mirror of https://github.com/zulip/zulip.git
6837fc5d56
The "Short/Long Text" option for custom profile fields wasn't properly capitalized (i.e. "Text" should have been all lowercase), and also wasn't properly tagged for translation. For the sake of consistency, the change to proper capitalization has also been applied to the models and any tests involving this feature. Due to a bug in Django, it complained about the models having changed and thus not being consistent with the migrations. That isn't actually true (since the database stores the numeric values for each key), but the migrations have been modified to avoid this error. This does not affect the migrations' behaviour in any way. |
||
---|---|---|
.. | ||
00-realm-creation.js | ||
01-login.js | ||
02-site.js | ||
03-narrow.js | ||
04-compose.js | ||
05-subscriptions.js | ||
06-settings.js | ||
07-stars.js | ||
08-edit.js | ||
09-navigation.js | ||
10-admin.js | ||
11-mention.js | ||
12-toggle-message-editing.js | ||
13-user-deactivation.js | ||
14-drafts.js | ||
15-delete-message.js | ||
16-copy-and-paste.js |