Skip to content

Commit 62450a8

Browse files
authored
refactor(front): update sync-success-message (#167)
1 parent 55ca534 commit 62450a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/lib/front_web/controllers/people_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ defmodule FrontWeb.PeopleController do
951951

952952
conn
953953
|> json(%{
954-
message: "Successfully triggered refreshing collaborators."
954+
message: "Sync with repository triggered successfully"
955955
})
956956
end)
957957
end

0 commit comments

Comments
 (0)