Skip to content

Commit

Permalink
Merge pull request #10374 from colinux/watermark-dj
Browse files Browse the repository at this point in the history
ETQ instructeur: rétablit l'affichage du filigrane des Titres d'identité
  • Loading branch information
LeSim authored Apr 23, 2024
2 parents 9d5a4a7 + 9658a0c commit 6c70a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/watermark_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class WatermarkService
attr_reader :text
attr_reader :text_length

def initialize(text = Current.application_name)
def initialize(text = APPLICATION_NAME)
@text = " #{text} " # give more space around each occurence
@text_length = @text.length
end
Expand Down

0 comments on commit 6c70a3d

Please sign in to comment.