Skip to content
Snippets Groups Projects
Commit 3f4c5d5f authored by lub's avatar lub
Browse files

change domain.com to example.com

IMO it should be avoided to use domains, which are owned by other projects/persons/organizations...

example.com is one of the domains reserved for documentation purposes

See
https://example.com/
https://www.iana.org/domains/reserved
for more information
parent 568ebebd
No related branches found
No related tags found
No related merge requests found
...@@ -398,7 +398,7 @@ export default React.createClass({ ...@@ -398,7 +398,7 @@ export default React.createClass({
prompt = [ prompt = [
<div key="inputBox" className="mxt_HomePage_inputBox"> <div key="inputBox" className="mxt_HomePage_inputBox">
<form onSubmit={ this.onSubmit }> <form onSubmit={ this.onSubmit }>
<input autoFocus className="mxt_HomePage_inputBox_prompt" value={ this.state.entity } ref="prompt" size="36" type="text" placeholder="#room:domain.com, @user:domain.com or +group:domain.com" /> <input autoFocus className="mxt_HomePage_inputBox_prompt" value={ this.state.entity } ref="prompt" size="36" type="text" placeholder="#room:example.com, @user:example.com or +group:example.com" />
<input className="mxt_HomePage_inputBox_button" type="submit" value="Get link!" /> <input className="mxt_HomePage_inputBox_button" type="submit" value="Get link!" />
</form> </form>
{ error } { error }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment