s/deprioritize/demote/

pull/342/head
Matthew Hodgson 2015-11-08 13:50:36 +00:00
parent 827c0da33c
commit 5494a4ea6c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ limitations under the License.
.mx_RoomDropTarget {
font-size: 14px;
margin-left: 10px;
margin-right: 10px;
margin-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
border: 1px dashed #76cfa6;

View File

@ -74,7 +74,7 @@ module.exports = React.createClass({
<RoomSubList list={ self.state.lists['m.lowpriority'] }
label="Low priority"
tagName="m.lowpriority"
verb="deprioritize"
verb="demote"
editable={ true }
order="recent"
activityMap={ self.state.activityMap }