Commit 207f6078 authored by Stan Hu's avatar Stan Hu

Fix typo

parent a8185038
......@@ -46,7 +46,7 @@ class Admin::GeoNodesController < Admin::ApplicationController
def check_license
unless Gitlab::Geo.license_allows?
flash[:alert] = 'You need a diferent license to enable Geo replication'
flash[:alert] = 'You need a different license to enable Geo replication'
redirect_to admin_license_path
end
end
......
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