Skip to content
Snippets Groups Projects
Unverified Commit bdcf0f2e authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix typo in the (segment) Revision logic (#45651)

parent 72d36b0f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ export default class Revision extends Component {
return t`edited the title`;
case "description":
return t`edited the description`;
case "defintion":
case "definition":
return t`edited the ` + objectName;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment