summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_item_max.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-16 20:32:10 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-16 20:32:10 +0500
commit28b61e6437a75be4e181188fcbbf9919239daf72 (patch)
tree021993130be91e2dafec6c7d67aa2bdb51863077 /web/react/components/setting_item_max.jsx
parentd4887cef03e3321910d33d672c194d1966cd0aac (diff)
downloadchat-28b61e6437a75be4e181188fcbbf9919239daf72.tar.gz
chat-28b61e6437a75be4e181188fcbbf9919239daf72.tar.bz2
chat-28b61e6437a75be4e181188fcbbf9919239daf72.zip
UI Updates for multiple tickets
Diffstat (limited to 'web/react/components/setting_item_max.jsx')
-rw-r--r--web/react/components/setting_item_max.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/setting_item_max.jsx b/web/react/components/setting_item_max.jsx
index b1bab1d48..1bffa7c79 100644
--- a/web/react/components/setting_item_max.jsx
+++ b/web/react/components/setting_item_max.jsx
@@ -26,7 +26,7 @@ export default class SettingItemMax extends React.Component {
href='#'
onClick={this.props.submit}
>
- Submit
+ Save
</a>
);
}