Skip to content

Commit

Permalink
Merge pull request #166 from takenet/feature/489609-change-text-footer
Browse files Browse the repository at this point in the history
fix: Changed the name of take to blip in footer component
  • Loading branch information
alacerdah authored Jul 7, 2023
2 parents 56d0dda + 41b2b22 commit 736a5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blipFooter/blipFooter.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { IComponentController, IComponentOptions } from 'angular';
template: `
<footer class="{{$ctrl.areaClass}}">
<div class="w-100 tc">
<span class="bp-c-city" translate-compile>&copy; {{$ctrl.copyrightYear}} Blip - Powered by Take | {{'footer.copyRight' | translate}} |</span><span class="pl1" translate="footer.terms" translate-compile></span>
<span class="bp-c-city" translate-compile>&copy; {{$ctrl.copyrightYear}} Blip - Powered by Blip | {{'footer.copyRight' | translate}} |</span><span class="pl1" translate="footer.terms" translate-compile></span>
</div>
</footer>`,
bindings: {
Expand Down

0 comments on commit 736a5b3

Please sign in to comment.