Commit 1cdecf9f authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-license-typo' into 'master'

Fix typo



See merge request !379
parents e63acf95 207f6078
......@@ -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