Commit 93e5d8c7 authored by Phil Hughes's avatar Phil Hughes

🤦 fixed error message

parent 702440ee
......@@ -107,7 +107,7 @@ export const createNewBranchFromDefault = ({ state, getters }, branch) =>
export const showBranchNotFoundError = ({ dispatch }, branchId) => {
dispatch('setErrorMessage', {
text: sprintf(
__("Branch %{branchName} was not found in project's repository."),
__("Branch %{branchName} was not found in this project's repository."),
{
branchName: `<strong>${_.escape(branchId)}</strong>`,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment